| commit | 2839b85def5868369d7582dc14b4e9d39e5d9e6c | [log] [tgz] |
|---|---|---|
| author | Vitaly Buka <vitalybuka@google.com> | Fri Aug 16 11:35:01 2024 -0700 |
| committer | Vitaly Buka <vitalybuka@google.com> | Fri Aug 16 11:35:01 2024 -0700 |
| tree | bfc1d6004331c5c07a3448e0d3807069e6dbe4c3 | |
| parent | fed4f0cd99d1665c4b43f4b0f5068905c2e917bb [diff] |
[𝘀𝗽𝗿] changes introduced through rebase Created using spr 1.3.4 [skip ci]
diff --git a/compiler-rt/test/asan/TestCases/initialization-bug-no-global.cpp b/compiler-rt/test/asan/TestCases/initialization-bug-no-global.cpp index 8249abf..adf3713 100644 --- a/compiler-rt/test/asan/TestCases/initialization-bug-no-global.cpp +++ b/compiler-rt/test/asan/TestCases/initialization-bug-no-global.cpp
@@ -2,7 +2,7 @@ // RUN: %env_asan_opts=check_initialization_order=true:strict_init_order=true not %run %t 2>&1 | FileCheck %s // Not implemented. -// XFAIL: * +// XFAIL: * // Do not test with optimization -- the error may be optimized away.