summaryrefslogtreecommitdiff
path: root/tests/micropython/extreme_exc.py.exp
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-04-05 01:06:40 +1000
committerDamien George <damien.p.george@gmail.com>2018-04-05 01:06:40 +1000
commit5995a199a327b81553189d53035c586d7b0249dc (patch)
treecb12d9e7061717afa9b0bd61338c18efd412a8d5 /tests/micropython/extreme_exc.py.exp
parent1bfc774a086127cce539d50c1c1baedd5f609d41 (diff)
tests/micropython: Add set of tests for extreme cases of raising exc's.
Diffstat (limited to 'tests/micropython/extreme_exc.py.exp')
-rw-r--r--tests/micropython/extreme_exc.py.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/micropython/extreme_exc.py.exp b/tests/micropython/extreme_exc.py.exp
new file mode 100644
index 000000000..d7d65e03f
--- /dev/null
+++ b/tests/micropython/extreme_exc.py.exp
@@ -0,0 +1,5 @@
+Exception()
+TypeError("unexpected keyword argument 'abcdefghij
+TypeError("unexpected keyword argument 'abc",)
+RuntimeError('maximum recursion depth exceeded',)
+Exception('my exception',)