Skip to content

Commit 6c5ac7c

Browse files
committed
Disable vm tests for now (see #313)
1 parent de89eeb commit 6c5ac7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

platform-test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(BASE_FUNCTORS
1212
#"weakdictionary.oz" "weakdictionaryGC.oz"
1313
#"finalize.oz" "gc.oz"
1414
"state.oz" "thread.oz"
15-
"vm.oz"
15+
#"vm.oz" #FIXME vm tests are buggy, see #313.
1616
"reflection.oz" "serializer.oz"
1717
)
1818
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/base")

platform-test/base/vm.oz

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import
66
export
77
Return
88
define
9+
% FIXME: These tests are buggy. See issue #313
910
Return =
1011
mvm([ncores(proc {$}
1112
{VM.ncores} > 0 = true

0 commit comments

Comments
 (0)