Disable sancov tests failing due to apparent endianness issues
Undoes some of the effect of r278271 llvm-svn: 278285
This commit is contained in:
parent
0881472ac4
commit
7cbd6b74b4
|
|
@ -1,4 +1,4 @@
|
|||
REQUIRES: x86-registered-target
|
||||
REQUIRES: x86_64-linux
|
||||
RUN: sancov -print %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
|
||||
|
||||
CHECK: 0x4e132b
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
REQUIRES: x86-registered-target
|
||||
REQUIRES: x86_64-linux
|
||||
RUN: sancov -print-coverage-stats %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
|
||||
|
||||
CHECK: all-edges: 9
|
||||
|
|
|
|||
Loading…
Reference in New Issue