We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de89eeb commit 6c5ac7cCopy full SHA for 6c5ac7c
platform-test/CMakeLists.txt
@@ -12,7 +12,7 @@ set(BASE_FUNCTORS
12
#"weakdictionary.oz" "weakdictionaryGC.oz"
13
#"finalize.oz" "gc.oz"
14
"state.oz" "thread.oz"
15
- "vm.oz"
+ #"vm.oz" #FIXME vm tests are buggy, see #313.
16
"reflection.oz" "serializer.oz"
17
)
18
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/base")
platform-test/base/vm.oz
@@ -6,6 +6,7 @@ import
6
export
7
Return
8
define
9
+ % FIXME: These tests are buggy. See issue #313
10
Return =
11
mvm([ncores(proc {$}
{VM.ncores} > 0 = true
0 commit comments