diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-07-25 09:47:24 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-07-25 09:47:24 +0000 |
| commit | e1efe31948970c6f54c8f1ddaa3286c29394965a (patch) | |
| tree | e9c7a2adb4ed22c842495738f491c40ab8ebbcd9 /clang | |
| parent | 77a1f3b56400f50f58a250ff2c0e1266a09cf204 (diff) | |
| download | bcm5719-llvm-e1efe31948970c6f54c8f1ddaa3286c29394965a.tar.gz bcm5719-llvm-e1efe31948970c6f54c8f1ddaa3286c29394965a.zip | |
test/Analysis/iterators.cpp: Mark as REQUIRES:asserts. It crashes due to assertion failure.
I saw the case it XPASSes.
llvm-svn: 160715
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/Analysis/iterators.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Analysis/iterators.cpp b/clang/test/Analysis/iterators.cpp index 9d7ef32e91e..709b77a6d21 100644 --- a/clang/test/Analysis/iterators.cpp +++ b/clang/test/Analysis/iterators.cpp @@ -3,6 +3,8 @@ // FIXME: Does not work with inlined C++ methods. // XFAIL: * +// Crashes due to assertion failure. +// REQUIRES: asserts #include <vector> |

