diff options
author | Damien George <damien@micropython.org> | 2025-08-10 12:06:16 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-08-15 00:36:27 +1000 |
commit | a279c64046445c9dbde0a5d3d53d467cb7e43550 (patch) | |
tree | e142bb4ed6a42d97b98e7a8a777e7dea89e52980 /tests/micropython | |
parent | 3c72c3a1e60cecc6ab05d5a81a1b50f42999f10f (diff) |
tests: Add .native.exp output files for tests that differ with native.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/micropython')
-rw-r--r-- | tests/micropython/emg_exc.py.native.exp | 2 | ||||
-rw-r--r-- | tests/micropython/heapalloc_traceback.py.native.exp | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/micropython/emg_exc.py.native.exp b/tests/micropython/emg_exc.py.native.exp new file mode 100644 index 000000000..9677c526a --- /dev/null +++ b/tests/micropython/emg_exc.py.native.exp @@ -0,0 +1,2 @@ +ValueError: 1 + diff --git a/tests/micropython/heapalloc_traceback.py.native.exp b/tests/micropython/heapalloc_traceback.py.native.exp new file mode 100644 index 000000000..d6ac26aa8 --- /dev/null +++ b/tests/micropython/heapalloc_traceback.py.native.exp @@ -0,0 +1,3 @@ +StopIteration +StopIteration: + |