1. f2366a9 Enable pipefail for ASan tests by Alexey Samsonov · 11 years ago
  2. ec2ee9b [ASan] Remove %symbolize from lit tests: we now use external symbolizer instead of python script by Alexey Samsonov · 11 years ago
  3. 6efa4d6 [ASan] create separate configs for running ASan lit tests in both 32- and 64-bit mode. Clean up RUN-lines in tests. by Alexey Samsonov · 11 years ago
  4. 64e2282 [ASan] move all lit_tests under TestCases by Alexey Samsonov · 11 years ago[Renamed from lib/asan/lit_tests/initialization-bug.cc]
  5. 37642cf [ASan] Mark init-order test as XFAIL on Darwin by Alexey Samsonov · 11 years ago
  6. c1b3c52 [ASan] remove -fsanitize=init-order from lit tests as now it's implied by -fsanitize=address by Alexey Samsonov · 12 years ago
  7. 566c0a1 [ASan] turn off checking initialization order in ASan runtime by default. Instead, it should be turned on by default in the compiler by Alexey Samsonov · 12 years ago
  8. 7cc4dc0 [ASan] use brand new -fsanitize= values for init-order/use-after-return ASan output tests by Alexey Samsonov · 12 years ago
  9. 69d8ede [asan] change the asan output slightly to avoid user confusion: a) add ':' after 'AddressSanitizer' and b) changed 'crashed' to 'SEGV' by Kostya Serebryany · 12 years ago
  10. d796359 [ASan] hack initialization-bug test so that it stably passes on both Linux and Mac: make the bug appear independent of the translation unit order by Alexey Samsonov · 12 years ago
  11. 5f799c7 [asan] added tests for asan-initialization-order, patch by Reid Watson by Kostya Serebryany · 12 years ago