Skip to content

Commit

Permalink
Disable vm tests for now (see #313)
Browse files Browse the repository at this point in the history
  • Loading branch information
layus committed Aug 28, 2018
1 parent de89eeb commit 6c5ac7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion platform-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(BASE_FUNCTORS
#"weakdictionary.oz" "weakdictionaryGC.oz"
#"finalize.oz" "gc.oz"
"state.oz" "thread.oz"
"vm.oz"
#"vm.oz" #FIXME vm tests are buggy, see #313.
"reflection.oz" "serializer.oz"
)
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/base")
Expand Down
1 change: 1 addition & 0 deletions platform-test/base/vm.oz
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import
export
Return
define
% FIXME: These tests are buggy. See issue #313
Return =
mvm([ncores(proc {$}
{VM.ncores} > 0 = true
Expand Down

0 comments on commit 6c5ac7c

Please sign in to comment.