mirror of https://github.com/microsoft/clang.git
[test] Re-enable asan on the test, stack usage should be lower.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262583 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4ee889aa07
commit
8f52e531bc
|
@ -4,8 +4,8 @@
|
|||
// Check that we don't get stack overflow trying to index a huge number of
|
||||
// logical operators.
|
||||
|
||||
// ASan and UBSan increase stack usage.
|
||||
// REQUIRES: not_asan, not_ubsan
|
||||
// UBSan increases stack usage.
|
||||
// REQUIRES: not_ubsan
|
||||
|
||||
// CHECK: [indexDeclaration]: kind: function | name: foo
|
||||
int foo(int x) {
|
||||
|
|
Loading…
Reference in New Issue