tests: Add .native.exp output files for tests that differ with native.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2025-08-10 12:06:16 +10:00
parent 3c72c3a1e6
commit a279c64046
6 changed files with 48 additions and 6 deletions

View file

@ -0,0 +1,22 @@
ValueError: value
limit 4
ValueError: value
limit 3
ValueError: value
limit 2
ValueError: value
limit 1
ValueError: value
limit 0
ValueError: value
limit -1
ValueError: value
True
False

View file

@ -0,0 +1,2 @@
ValueError: 1

View file

@ -0,0 +1,3 @@
StopIteration
StopIteration:

View file

@ -0,0 +1,18 @@
caught
Exception: msg
caught
Exception: fail
finally
caught
Exception: fail
reraise
Exception: fail
caught
Exception: fail
AttributeError: 'function' object has no attribute 'X'

View file

@ -126,12 +126,6 @@ emitter_tests_to_skip = {
"basics/unboundlocal.py",
# These require "raise from".
"basics/exception_chain.py",
# These require proper traceback info.
"basics/sys_tracebacklimit.py",
"misc/print_exception.py",
"micropython/emg_exc.py",
"micropython/heapalloc_traceback.py",
"thread/thread_exc2.py",
# These require stack-allocated slice optimisation.
"micropython/heapalloc_slice.py",
# These require running the scheduler.

View file

@ -0,0 +1,3 @@
Unhandled exception in thread started by <function thread_entry at 0x\[0-9a-f\]\+>
ValueError:
done