Skip to content
Snippets Groups Projects
Commit 6aa0842c authored by Petr Rockai's avatar Petr Rockai
Browse files

test: Exclude a few problematic libc++ testcases from the 'klee' flavour.

parent a2dac065
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ test -n "$TODO" && todo= && extra="--tags todo" ...@@ -11,7 +11,7 @@ test -n "$TODO" && todo= && extra="--tags todo"
klee=klee klee=klee
klee=$klee:lang-c,!threads,!setjmp,!const,!lifetime klee=$klee:lang-c,!threads,!setjmp,!const,!lifetime
klee=$klee:libcxx,!threads,!exception,!sigaction klee=$klee:libcxx,!threads,!exception,!sigaction,!kleetodo
klee=$klee:fs,!threads,!c++,!capture klee=$klee:fs,!threads,!c++,!capture
klee=$klee:sock,!threads klee=$klee:sock,!threads
klee=$klee:libc,!divcc klee=$klee:libc,!divcc
......
/* TAGS: c++ fin */ /* TAGS: c++ fin kleetodo */
/* CC_OPTS: -std=c++2a */ /* CC_OPTS: -std=c++2a */
/* VERIFY_OPTS: -o nofail:malloc */ /* VERIFY_OPTS: -o nofail:malloc */
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
......
/* TAGS: c++ fin */ /* TAGS: c++ fin kleetodo */
/* CC_OPTS: -std=c++2a */ /* CC_OPTS: -std=c++2a */
/* VERIFY_OPTS: -o nofail:malloc */ /* VERIFY_OPTS: -o nofail:malloc */
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
......
/* TAGS: c++ fin */ /* TAGS: c++ fin kleetodo */
/* CC_OPTS: -std=c++2a */ /* CC_OPTS: -std=c++2a */
/* VERIFY_OPTS: -o nofail:malloc */ /* VERIFY_OPTS: -o nofail:malloc */
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
......
/* TAGS: c++ fin */ /* TAGS: c++ fin kleetodo */
/* CC_OPTS: -std=c++2a */ /* CC_OPTS: -std=c++2a */
/* VERIFY_OPTS: -o nofail:malloc */ /* VERIFY_OPTS: -o nofail:malloc */
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment