about summary refs log tree commit diff
path: root/pkgs/test/cc-wrapper
AgeCommit message (Expand)AuthorFilesLines
2023-11-16tests.cc-wrapper: add atomics testArtturin2-1/+18
2023-09-18tests.cc-wrapper.supported: add test for cxxabi headerArtturin2-0/+15
2023-09-07tests.cc-wrapper: show command output on different lineArtturin1-10/+10
2023-09-07tests.cc-wrapper: show more prominently what cc is being testedArtturin1-1/+5
2023-09-02cc-wrapper, binutils-wrapper: add tests hardening-flags-handlingRobert Scott4-0/+441
2023-05-08Merge pull request #229754 from rrbutani/fix/cc-wrapper-extra-positional-argsJohn Ericson1-0/+23
2023-05-05tests.cc-multilib: put error on separate lineArtturin1-5/+5
2023-05-03cc-wrapper-test: add tests for `--`Rahul Butani1-0/+23
2022-12-25cc-wrapper-test: add workaround for asan allocation errorNick Cao1-1/+1
2022-12-25cc-wrapper-test: do not test sanitizers when cross compilingNick Cao1-1/+1
2022-12-25cc-wrapper-test: do not test sanitizers on darwinNick Cao1-1/+1
2022-12-25cc-wrapper-test: support cross compilersNick Cao1-11/+12
2021-05-23cc-wrapper: don't set rpath on static-pie executablesJörg Thalheim1-2/+1
2021-01-24treewide: stdenv.lib -> libPavol Rusnak2-12/+12
2020-12-27bintools-wrapper: skip dynamic linker for static binariesJörg Thalheim1-4/+19
2020-12-21Revert "bintools-wrapper: skip dynamic linker for static binaries"Vladimír Čunát1-19/+4
2020-12-14tests.cc-wrapper: disable static compilation macOSJörg Thalheim1-8/+11
2020-12-14bintools-wrapper: skip dynamic linker for static binariesJörg Thalheim1-4/+16
2020-07-23stdenv: make -nostdinc work as intendedJörg Thalheim3-0/+17
2018-06-18Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson1-2/+4
2018-06-18tests.cc-wrapper: Fix sanitizer conditionJohn Ericson1-2/+4
2018-06-14llvm 5: split out compiler-rt and remove libcxxabi depJohn Ericson1-1/+1
2018-06-14llvm 6: Fix libcxxabi impurity and darwin sanitizersJohn Ericson1-1/+1
2018-06-06tests.cc-wrapper: do not test sanitizers on darwinOrivej Desh1-1/+2
2018-05-30tests.cc-wrapper: skip known-broken sanitizer casesBenjamin Saunders1-7/+13
2018-05-24clang_6: fix sanitizers under libstdc++Benjamin Saunders1-2/+0
2018-05-24tests.cc-wrapper: verify building with sanitizersBenjamin Saunders2-0/+13
2017-12-05Add clang multilib variants (x64_64-only, 64/32bit), basic multilib testsWill Dietz1-0/+37
2017-09-13treewide: Use `*Platform.extensions`John Ericson1-5/+6
2017-09-10nixpkgs-tests: add basic test for cc-wrapperDaiderd Jordan7-0/+92