mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 22:30:13 +00:00
[libFuzzer][Windows] Reenable passing tests
Summary: Enable tests that were previously disabled because they didn't work on Windows. Reviewers: morehouse Reviewed By: morehouse Subscribers: morehouse Differential Revision: https://reviews.llvm.org/D57563 llvm-svn: 353000
This commit is contained in:
parent
1fce5a8b75
commit
e2469b11a5
@ -1,4 +1,4 @@
|
||||
UNSUPPORTED: windows,freebsd
|
||||
UNSUPPORTED: freebsd
|
||||
|
||||
RUN: %cpp_compiler %S/CxxStringEqTest.cpp -o %t-CxxStringEqTest
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
UNSUPPORTED: windows
|
||||
RUN: %cpp_compiler %S/NullDerefTest.cpp -o %t-NullDerefTest
|
||||
RUN: %cpp_compiler %S/SingleByteInputTest.cpp -o %t-SingleByteInputTest
|
||||
RUN: mkdir -p %t.dir
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Test that the minimizer stops when it sees a different bug.
|
||||
UNSUPPORTED: freebsd,windows
|
||||
UNSUPPORTED: freebsd
|
||||
|
||||
# TODO: Find out why test fails on Darwin with -O2.
|
||||
RUN: %cpp_compiler -O0 %S/TwoDifferentBugsTest.cpp -o %t-TwoDifferentBugsTest
|
||||
|
@ -1,4 +1,3 @@
|
||||
UNSUPPORTED: windows
|
||||
RUN: %cpp_compiler %S/NullDerefOnEmptyTest.cpp -o %t-NullDerefOnEmptyTest
|
||||
|
||||
RUN: not %run %t-NullDerefOnEmptyTest -print_final_stats=1 2>&1 | FileCheck %s --check-prefix=NULL_DEREF_ON_EMPTY
|
||||
|
@ -1,4 +1,3 @@
|
||||
UNSUPPORTED: windows
|
||||
RUN: %cpp_compiler %S/NullDerefTest.cpp -o %t-NullDerefTest
|
||||
|
||||
RUN: not %run %t-NullDerefTest 2>&1 | FileCheck %s --check-prefix=NullDerefTest
|
||||
|
@ -1,5 +1,4 @@
|
||||
# FIXME: Disabled on Windows because of hangs.
|
||||
UNSUPPORTED: windows, ios
|
||||
UNSUPPORTED: ios
|
||||
CHECK: BINGO
|
||||
RUN: %cpp_compiler %S/SimpleCmpTest.cpp -o %t-SimpleCmpTest
|
||||
RUN: not %run %t-SimpleCmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
|
||||
|
@ -1,5 +1,3 @@
|
||||
# FIXME: Disabled on Windows because of hangs.
|
||||
UNSUPPORTED: windows
|
||||
CHECK: BINGO
|
||||
RUN: %cpp_compiler %S/AbsNegAndConstant64Test.cpp -o %t-AbsNegAndConstant64Test
|
||||
RUN: not %run %t-AbsNegAndConstant64Test -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
|
||||
|
@ -1,5 +1,3 @@
|
||||
# FIXME: Disabled on Windows because of hangs.
|
||||
UNSUPPORTED: windows
|
||||
CHECK: AddressSanitizer: global-buffer-overflow
|
||||
RUN: %cpp_compiler %S/LoadTest.cpp -fsanitize-coverage=trace-gep -o %t-LoadTest
|
||||
RUN: not %run %t-LoadTest -seed=2 -use_cmp=0 -use_value_profile=1 -runs=20000000 2>&1 | FileCheck %s
|
||||
|
Loading…
Reference in New Issue
Block a user