Skip to content

Commit a279c64

Browse files
committed
tests: Add .native.exp output files for tests that differ with native.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 3c72c3a commit a279c64

File tree

6 files changed

+48
-6
lines changed

6 files changed

+48
-6
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
ValueError: value
2+
3+
limit 4
4+
ValueError: value
5+
6+
limit 3
7+
ValueError: value
8+
9+
limit 2
10+
ValueError: value
11+
12+
limit 1
13+
ValueError: value
14+
15+
limit 0
16+
ValueError: value
17+
18+
limit -1
19+
ValueError: value
20+
21+
True
22+
False
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ValueError: 1
2+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
StopIteration
2+
StopIteration:
3+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
caught
2+
Exception: msg
3+
4+
caught
5+
Exception: fail
6+
7+
finally
8+
caught
9+
Exception: fail
10+
11+
reraise
12+
Exception: fail
13+
14+
caught
15+
Exception: fail
16+
17+
AttributeError: 'function' object has no attribute 'X'
18+

tests/run-tests.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,6 @@ def open(self, path, mode):
126126
"basics/unboundlocal.py",
127127
# These require "raise from".
128128
"basics/exception_chain.py",
129-
# These require proper traceback info.
130-
"basics/sys_tracebacklimit.py",
131-
"misc/print_exception.py",
132-
"micropython/emg_exc.py",
133-
"micropython/heapalloc_traceback.py",
134-
"thread/thread_exc2.py",
135129
# These require stack-allocated slice optimisation.
136130
"micropython/heapalloc_slice.py",
137131
# These require running the scheduler.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Unhandled exception in thread started by <function thread_entry at 0x\[0-9a-f\]\+>
2+
ValueError:
3+
done

0 commit comments

Comments
 (0)