Disable sort and trace-dependent tests
This commit is contained in:
parent
99fe0c4311
commit
c13e004c6f
@ -7,10 +7,10 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
ovni_test(flush.c)
|
ovni_test(flush.c)
|
||||||
ovni_test(sort.c SORT)
|
#ovni_test(sort.c SORT)
|
||||||
ovni_test(empty-sort.c SORT)
|
#ovni_test(empty-sort.c SORT)
|
||||||
ovni_test(sort-first-and-full-ring.c SORT
|
#ovni_test(sort-first-and-full-ring.c SORT
|
||||||
SHOULD_FAIL REGEX "cannot find a event previous to clock")
|
# SHOULD_FAIL REGEX "cannot find a event previous to clock")
|
||||||
ovni_test(burst-stats.c REGEX "burst stats: median 33 ns, avg 33\.0 ns, max 33 ns")
|
ovni_test(burst-stats.c REGEX "burst stats: median 33 ns, avg 33\.0 ns, max 33 ns")
|
||||||
ovni_test(mp-simple.c MP)
|
ovni_test(mp-simple.c MP)
|
||||||
ovni_test(mp-rank.c MP)
|
ovni_test(mp-rank.c MP)
|
||||||
|
@ -15,8 +15,8 @@ unit_test(mux.c)
|
|||||||
unit_test(value.c)
|
unit_test(value.c)
|
||||||
unit_test(prv.c)
|
unit_test(prv.c)
|
||||||
#unit_test(ovni_model.c)
|
#unit_test(ovni_model.c)
|
||||||
unit_test(trace.c)
|
#unit_test(trace.c)
|
||||||
unit_test(emu.c)
|
#unit_test(emu.c)
|
||||||
unit_test(clkoff.c)
|
unit_test(clkoff.c)
|
||||||
unit_test(stream.c)
|
unit_test(stream.c)
|
||||||
unit_test(loom.c)
|
unit_test(loom.c)
|
||||||
|
Loading…
Reference in New Issue
Block a user