File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<ERROR::>Thrown: ERROR:{ division-by-zero { x 1 } }
7
7
8
- <COMPLETEDIN::>0.234216 ms
8
+ <COMPLETEDIN::>0.274156 ms
9
9
10
10
<IT::>Unexpected custom error in user code
11
11
12
12
<ERROR::>Thrown: ERROR:{ custom-error { error-message "thrown custom error" } {...
13
13
14
- <COMPLETEDIN::>0.135980 ms
14
+ <COMPLETEDIN::>0.179815 ms
15
15
16
16
<IT::>Expected custom error
17
17
18
18
<PASSED::>Test Passed
19
19
20
- <COMPLETEDIN::>0.066256 ms
20
+ <COMPLETEDIN::>0.059046 ms
21
21
22
22
<IT::>Missing expected custom error
23
23
24
24
<FAILED::>Test Failed : Expected :<:LF:>THROWN: ERROR:{ custom-error<:LF:> { error-message "thrown custom error" }<:LF:> { integer-argument 1 }<:LF:>}<:LF:>but got :<:LF:>1
25
25
26
- <COMPLETEDIN::>0.167460 ms
26
+ <COMPLETEDIN::>0.166183 ms
27
+
28
+ <IT::>Missing expected thrown error
29
+
30
+ <FAILED::>Test Failed : Expected :<:LF:>THROWN: "thrown error"<:LF:>but got :<:LF:>"thrown error"
31
+
32
+ <COMPLETEDIN::>0.028068 ms
27
33
28
34
<IT::>Missing expected thrown custom error
29
35
30
36
<FAILED::>Test Failed : Expected :<:LF:>THROWN: ERROR:{ custom-error<:LF:> { error-message "thrown custom error" }<:LF:> { integer-argument 1 }<:LF:>}<:LF:>but got :<:LF:>ERROR:{ custom-error<:LF:> { error-message "thrown custom error" }<:LF:> { integer-argument 1 }<:LF:>}
31
37
32
- <COMPLETEDIN::>0.061402 ms
38
+ <COMPLETEDIN::>0.056286 ms
33
39
34
- <COMPLETEDIN::>0.819462 ms
40
+ <COMPLETEDIN::>0.952354 ms
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ C: <custom-error> custom-error
21
21
"Missing expected custom error" it#{
22
22
<{ 1 -> "thrown custom error" 1 custom-error }>
23
23
}#
24
+ "Missing expected thrown error" it#{
25
+ <{ "thrown error" -> "thrown error" throw }>
26
+ }#
24
27
"Missing expected thrown custom error" it#{
25
28
<{ "thrown custom error" 1 <custom-error> -> "thrown custom error" 1 custom-error }>
26
29
}#
You can’t perform that action at this time.
0 commit comments