X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/nitunit_args1.res b/tests/sav/nitunit_args1.res index b37f396..a45c8d4 100644 --- a/tests/sav/nitunit_args1.res +++ b/tests/sav/nitunit_args1.res @@ -1,10 +1,36 @@ -test_nitunit.nit:20,1--22,0: ERROR: test_nitunit.test_nitunit::X. (in .nitunit/test_nitunit2.nit): Runtime error: Assert failed (.nitunit/test_nitunit2.nit:5) +* Docunits of module test_nitunit::test_nitunit (4 tests) -test_nitunit.nit:23,2--25,0: FAILURE: test_nitunit.test_nitunit::X.test_nitunit::X::toto (in .nitunit/test_nitunit3.nit): .nitunit/test_nitunit3.nit:5,9--28: Error: Method or variable 'undefined_identifier' unknown in Sys. +[OK] test_nitunit::test_nitunit +[KO] test_nitunit$X + test_nitunit.nit:21,7--22,0: Runtime error in nitunit.out/test_nitunit-2.nit + Output + Runtime error: Assert failed (nitunit.out/test_nitunit-2.nit:5) - assert true - assert false - assert undefined_identifier - \ No newline at end of file +[KO] test_nitunit$X$foo + test_nitunit.nit:24,8--25,0: Compilation error in nitunit.out/test_nitunit-3.nit + Output + nitunit.out/test_nitunit-3.nit:5,8--27: Error: method or variable `undefined_identifier` unknown in `Sys`. + +[KO] test_nitunit$X$foo1 + test_nitunit.nit:28,15: Syntax Error: unexpected operator '!'. +* Test-suite of module test_test_nitunit::test_test_nitunit (3 tests) + +[OK] test_test_nitunit$TestX$test_foo +[KO] test_test_nitunit$TestX$test_foo1 + test_test_nitunit.nit:36,2--40,4: Runtime Error in file nitunit.out/gen_test_test_nitunit.nit + Output + Runtime error: Assert failed (test_test_nitunit.nit:39) + +[OK] test_test_nitunit$TestX$test_foo2 +Docunits: Entities: 27; Documented ones: 4; With nitunits: 4; Failures: 3 +Test suites: Classes: 1; Test Cases: 3; Failures: 1 +[FAILURE] 4/7 tests failed. +`nitunit.out` is not removed for investigation. +assert true +Runtime error in nitunit.out/test_nitunit-2.nitRuntime error: Assert failed (nitunit.out/test_nitunit-2.nit:5) +assert false +Compilation error in nitunit.out/test_nitunit-3.nitnitunit.out/test_nitunit-3.nit:5,8--27: Error: method or variable `undefined_identifier` unknown in `Sys`. +assert undefined_identifier +Syntax Error: unexpected operator '!'.assert !@#$%^&*() +Runtime Error in file nitunit.out/gen_test_test_nitunit.nitRuntime error: Assert failed (test_test_nitunit.nit:39) + \ No newline at end of file