summaryrefslogtreecommitdiff
path: root/Data/Libraries/luaunit/test/ref/errFailPassTextVerbose.txt
blob: 7ebe9e31deab7a95379b6a90ecc5a75bd8537b9f (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Started on 03/22/16 21:29:18
    TestAnotherThing.test1_Success1 ... Ok
    TestAnotherThing.test1_Success2 ... Ok
    TestAnotherThing.test2_Err1 ... ERROR
test/test_with_err_fail_pass.lua:41: attempt to perform arithmetic on a table value
    TestAnotherThing.test2_Err2 ... ERROR
test/test_with_err_fail_pass.lua:45: attempt to perform arithmetic on a table value
    TestAnotherThing.test3_Fail1 ... FAIL
test/test_with_err_fail_pass.lua:49: expected: 0, actual: 2
    TestAnotherThing.test3_Fail2 ... FAIL
test/test_with_err_fail_pass.lua:53: expected: 0, actual: 3
    TestSomething.test1_Success1 ... Ok
    TestSomething.test1_Success2 ... Ok
    TestSomething.test2_Fail1 ... FAIL
test/test_with_err_fail_pass.lua:15: expected: 0, actual: 2
    TestSomething.test2_Fail2 ... FAIL
test/test_with_err_fail_pass.lua:19: expected: 0, actual: 3
    TestSomething.test3_Err1 ... ERROR
test/test_with_err_fail_pass.lua:23: attempt to perform arithmetic on a table value
    TestSomething.test3_Err2 ... ERROR
test/test_with_err_fail_pass.lua:27: attempt to perform arithmetic on a table value
    testFuncErr1 ... ERROR
test/test_with_err_fail_pass.lua:66: attempt to perform arithmetic on a table value
    testFuncFail1 ... FAIL
test/test_with_err_fail_pass.lua:62: expected: 0, actual: 3
    testFuncSuccess1 ... Ok
=========================================================
Tests with errors:
------------------
1) TestAnotherThing.test2_Err1
test/test_with_err_fail_pass.lua:41: attempt to perform arithmetic on a table value
stack traceback:
	test/test_with_err_fail_pass.lua:41: in function 'TestAnotherThing.test2_Err1'

2) TestAnotherThing.test2_Err2
test/test_with_err_fail_pass.lua:45: attempt to perform arithmetic on a table value
stack traceback:
	test/test_with_err_fail_pass.lua:45: in function 'TestAnotherThing.test2_Err2'

3) TestSomething.test3_Err1
test/test_with_err_fail_pass.lua:23: attempt to perform arithmetic on a table value
stack traceback:
	test/test_with_err_fail_pass.lua:23: in function 'TestSomething.test3_Err1'

4) TestSomething.test3_Err2
test/test_with_err_fail_pass.lua:27: attempt to perform arithmetic on a table value
stack traceback:
	test/test_with_err_fail_pass.lua:27: in function 'TestSomething.test3_Err2'

5) testFuncErr1
test/test_with_err_fail_pass.lua:66: attempt to perform arithmetic on a table value
stack traceback:
	test/test_with_err_fail_pass.lua:66: in function 'testFuncErr1'

Failed tests:
-------------
1) TestAnotherThing.test3_Fail1
test/test_with_err_fail_pass.lua:49: expected: 0, actual: 2
stack traceback:
	test/test_with_err_fail_pass.lua:49: in function 'TestAnotherThing.test3_Fail1'

2) TestAnotherThing.test3_Fail2
test/test_with_err_fail_pass.lua:53: expected: 0, actual: 3
stack traceback:
	test/test_with_err_fail_pass.lua:53: in function 'TestAnotherThing.test3_Fail2'

3) TestSomething.test2_Fail1
test/test_with_err_fail_pass.lua:15: expected: 0, actual: 2
stack traceback:
	test/test_with_err_fail_pass.lua:15: in function 'TestSomething.test2_Fail1'

4) TestSomething.test2_Fail2
test/test_with_err_fail_pass.lua:19: expected: 0, actual: 3
stack traceback:
	test/test_with_err_fail_pass.lua:19: in function 'TestSomething.test2_Fail2'

5) testFuncFail1
test/test_with_err_fail_pass.lua:62: expected: 0, actual: 3
stack traceback:
	test/test_with_err_fail_pass.lua:62: in function 'testFuncFail1'

Ran 15 tests in 0.001 seconds, 5 successes, 5 failures, 5 errors