-
Notifications
You must be signed in to change notification settings - Fork 0
/
output.testrun
38 lines (38 loc) · 1.89 KB
/
output.testrun
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Run test/correct.selma ... OK
Error test/error_compiletime_uninitialized.selma ... OK
Error test/error_context.selma ... OK
Error test/error_if.selma ... OK
Error test/error_pasen_string.selma ... OK
Error test/error_runtime_uninitialized.selma ... OK
Error test/error_runtime_zerodivision.selma ... OK
Error test/error_syntax.selma ... OK
Error test/error_while.selma ... OK
Error test/error_while_void.selma ... OK
Run test/sample.selma ... FAIL (exit status 0)
Got:
h
>>> a
l
l
o
Expected:
h
>>> e
l
l
o
--------------------------------------------------------------------------------
Run test/test_if.selma ... OK
Run test/test_operators.selma ... OK
Run test/test_pasen.selma ... OK
Run test/test_pasen_-5.selma ... OK
Run test/test_pasen_3000.selma ... OK
Run test/test_while.selma ... OK
Run test/test_functions/correct_functions.SELMA ... OK
Error test/test_functions/error_doublefunction.selma ... OK
Error test/test_functions/error_nested.selma ... OK
Error test/test_functions/error_wrongparamcount.selma ... OK
Error test/test_functions/error_wrongparamtype.selma ... OK
Error test/test_functions/error_wrongreturntype.selma ... OK
Run test/test_functions/recursion.selma ... OK
Ran 24 test(s), SUCCESS=23, FAILURE=1