From: Alexis Laferrière Date: Wed, 30 Aug 2017 11:53:11 +0000 (-0400) Subject: tests: update test expected output and skip related tests for nitvm X-Git-Url: http://nitlanguage.org tests: update test expected output and skip related tests for nitvm Signed-off-by: Alexis Laferrière --- diff --git a/tests/nitvm.skip b/tests/nitvm.skip index b312543..08a50fd 100644 --- a/tests/nitvm.skip +++ b/tests/nitvm.skip @@ -43,3 +43,6 @@ test_rubix_visual test_rubix_cube test_csv repeating_key_xor_solve +test_explain_assert +base_notnull_lit_alt2 +assertions diff --git a/tests/sav/assertions.res b/tests/sav/assertions.res index d75c441..ee2f3b6 100644 --- a/tests/sav/assertions.res +++ b/tests/sav/assertions.res @@ -1 +1,2 @@ +Runtime assert: 5 == 42 Runtime error: Assert failed (../examples/rosettacode/assertions.nit:11) diff --git a/tests/sav/base_notnull_lit_alt2.res b/tests/sav/base_notnull_lit_alt2.res index 522489c..f6076e4 100644 --- a/tests/sav/base_notnull_lit_alt2.res +++ b/tests/sav/base_notnull_lit_alt2.res @@ -1 +1,2 @@ +Runtime assert: 5 == null Runtime error: Assert failed (alt/base_notnull_lit_alt2.nit:19)