summaryrefslogtreecommitdiffstats
path: root/pkgs/test/cc-wrapper
AgeCommit message (Collapse)Author
2018-06-18Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson
2018-06-18tests.cc-wrapper: Fix sanitizer conditionJohn Ericson
fc9644d4c9c9d29958e9bcf1676d48d4b3026bb4 accidentally enabled the sanitizer tests for GCC on Darwin, when fixing that case was never attempted. Also inverted the condition from broken to working for clarity.
2018-06-14llvm 5: split out compiler-rt and remove libcxxabi depJohn Ericson
We already did them on non-mass-rebuild llvm 6. Also, this allows simplifying the stdenv booting. We were missing the libcxxabi dep in compile-rt in llvm 6, so fixed that too.
2018-06-14llvm 6: Fix libcxxabi impurity and darwin sanitizersJohn Ericson
2018-06-06tests.cc-wrapper: do not test sanitizers on darwinOrivej Desh
They are not supported yet. https://github.com/NixOS/nixpkgs/pull/41284#issuecomment-394977350
2018-05-30tests.cc-wrapper: skip known-broken sanitizer casesBenjamin Saunders
2018-05-24clang_6: fix sanitizers under libstdc++Benjamin Saunders
2018-05-24tests.cc-wrapper: verify building with sanitizersBenjamin Saunders
2017-12-05Add clang multilib variants (x64_64-only, 64/32bit), basic multilib testsWill Dietz
2017-09-13treewide: Use `*Platform.extensions`John Ericson
2017-09-10nixpkgs-tests: add basic test for cc-wrapperDaiderd Jordan