tests: update test expected output and skip related tests for nitvm
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 30 Aug 2017 11:53:11 +0000 (07:53 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 28 Sep 2017 15:08:29 +0000 (11:08 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

tests/nitvm.skip
tests/sav/assertions.res
tests/sav/base_notnull_lit_alt2.res

index b312543..08a50fd 100644 (file)
@@ -43,3 +43,6 @@ test_rubix_visual
 test_rubix_cube
 test_csv
 repeating_key_xor_solve
+test_explain_assert
+base_notnull_lit_alt2
+assertions
index d75c441..ee2f3b6 100644 (file)
@@ -1 +1,2 @@
+Runtime assert: 5 == 42
 Runtime error: Assert failed (../examples/rosettacode/assertions.nit:11)
index 522489c..f6076e4 100644 (file)
@@ -1 +1,2 @@
+Runtime assert: 5 == null
 Runtime error: Assert failed (alt/base_notnull_lit_alt2.nit:19)