summaryrefslogtreecommitdiff
path: root/tests/usr.bin/cc
AgeCommit message (Expand)Author
2022-06-12Put the sprinkled -static in the right place, i.e. fix up previous.skrll
2022-06-12Sprinkle "-static" when using "-pg" as profiling only works with static andskrll
2022-06-02Trailing whitespaceskrll
2021-12-11remove clause 3 from all my licenses that aren't conflicting withmrg
2021-10-12asan is supported on aarch64skrll
2020-11-17Mark t_tsan_*:*profile test cases as expected failures as discussed ingson
2020-10-13Now, profiling works for GCC9 on aarch64{,eb}.rin
2020-09-15Simplify test requirements: we only build tsan for amd64 currently.martin
2020-09-14Enable TSan tests for GCC and >32bit address space environmentskamil
2020-02-11Mark compilation with -pg as xfail on aarch64.riastradh
2019-08-23Define target_not_supported_body() in TSan, MSan and libFuzzer testskamil
2019-08-18Add ATF c and c++ tests for TSan, MSan, libFuzzerkamil
2019-02-09fix hello_profile's hello_profile_head function name.mrg
2019-02-09add $NetBSD$ tags.mrg
2019-02-09add very simple test that you can link -fopenmp.mrg
2019-01-29Move common UBSAN test case code into ubsan_common.subrmgorny
2019-01-29Move common ASAN test case code into asan_common.subrmgorny
2018-09-03amend test case to also check for -fprofile-generatemaya
2018-07-16Disable profile and compat 32-bit tests cc sanitizer testskamil
2018-05-04Explain VLA in t_ubsan_vla_out_of_bounds.sh (ATF test)kamil
2018-05-04Use more formal speech in messagesmartin
2018-05-02Add new ATF Undefined Behavior Sanitizer testskamil
2018-04-11Import new C and C++ ATF tests for ASankamil
2018-04-04Add new ATF tests for Address Sanitzier (ASan)kamil
2017-05-31In the -m32 test, additionally test profiled binaries.martin
2017-05-18Add (currently failing) test cases for profiled programs.martin
2017-05-13Correct hellp_pic ATF test in usr.bin/cckamil
2016-04-03Fix typogson
2012-07-21Add a test case that (if gcc supports it on the current arch) to compilemartin
2012-03-17Deprecate tests/toolchain.jruoho