Skip to content

Commit f94fa48

Browse files
committed
Stack underflow now handled better
1 parent 49a7026 commit f94fa48

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

test/test-stack-underflow.expected

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,56 +9,56 @@ float stack unbalanced
99

1010
<PASSED::>Test Passed
1111

12-
<COMPLETEDIN::>0.011 ms
12+
<COMPLETEDIN::>0.010 ms
1313

14-
<COMPLETEDIN::>0.018 ms
14+
<COMPLETEDIN::>0.015 ms
1515
cell stack balanced
1616
float stack balanced
1717

1818
<DESCRIBE::>simple underflow
1919

2020
<IT::>single test
2121

22-
<FAILED::>Wrong number of cell results, expected 2 , got a 1 cell stack underflow
22+
<FAILED::>Wrong number of cell results, expected 1 , got a 1 cell stack underflow
2323

24-
<COMPLETEDIN::>340282366920938463408036073281702013.249 ms
24+
<COMPLETEDIN::>0.008 ms
2525

26-
<COMPLETEDIN::>340251043038630353886697570352955599.173 ms
27-
cell stack unbalanced
26+
<COMPLETEDIN::>0.014 ms
27+
cell stack balanced
2828
float stack balanced
2929

3030
<DESCRIBE::>stack underflow
3131

3232
<IT::>single test
3333

34-
<FAILED::>Wrong number of cell results, expected 2 , got a 1 cell stack underflow
34+
<FAILED::>Wrong number of cell results, expected 1 , got a 1 cell stack underflow
3535

36-
<COMPLETEDIN::>340282366920938463408036073281702013.271 ms
36+
<COMPLETEDIN::>0.007 ms
3737

3838
<IT::>double test
3939

40-
<FAILED::>Wrong number of cell results, expected 2 , got a 1 cell stack underflow
40+
<FAILED::>Wrong number of cell results, expected 1 , got a 1 cell stack underflow
4141

42-
<FAILED::>Wrong number of cell results, expected 2 , got a 2 cell stack underflow
42+
<FAILED::>Wrong number of cell results, expected 1 , got a 2 cell stack underflow
4343

44-
<COMPLETEDIN::>340282366920938463389589329207992461.674 ms
44+
<COMPLETEDIN::>1698095100262.642 ms
4545

4646
<IT::>double test
4747

48-
<FAILED::>Wrong number of cell results, expected 3 , got a 1 cell stack underflow
48+
<FAILED::>Wrong number of cell results, expected 2 , got a 1 cell stack underflow
4949

50-
<FAILED::>Wrong number of cell results, expected 3 , got a 2 cell stack underflow
50+
<FAILED::>Wrong number of cell results, expected 2 , got a 2 cell stack underflow
5151

52-
<COMPLETEDIN::>340282366920938463371142585134282910.078 ms
52+
<COMPLETEDIN::>1698095100262.660 ms
5353

5454
<IT::>double test
5555

56-
<FAILED::>Wrong number of cell results, expected 3 , got a 1 cell stack underflow
56+
<FAILED::>Wrong number of cell results, expected 2 , got a 1 cell stack underflow
5757

58-
<FAILED::>Wrong number of cell results, expected 2 , got a 2 cell stack underflow
58+
<FAILED::>Wrong number of cell results, expected 1 , got a 2 cell stack underflow
5959

60-
<COMPLETEDIN::>340282366920938463389589329207992461.714 ms
60+
<COMPLETEDIN::>1698095100262.677 ms
6161

62-
<COMPLETEDIN::>0.019 ms
63-
cell stack unbalanced
62+
<COMPLETEDIN::>0.065 ms
63+
cell stack balanced
6464
float stack balanced

0 commit comments

Comments
 (0)