From 5a04e2cca8255c2d4a1218d6ac0b38e67306206b Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 5 Oct 2014 22:27:12 +0100 Subject: tests: Add check for micropython.native and then skip relevant tests. If micropython.native decorator doesn't compile, then we skill all native/viper tests. This patch also re-enables the ujson_loads test on NT. Addresses issue #861, and partially addresses issue #856. --- tests/micropython/native.py.exp | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 tests/micropython/native.py.exp (limited to 'tests/micropython/native.py.exp') diff --git a/tests/micropython/native.py.exp b/tests/micropython/native.py.exp deleted file mode 100644 index e1413fd79..000000000 --- a/tests/micropython/native.py.exp +++ /dev/null @@ -1,2 +0,0 @@ -1 [] 2 -1 [] 3 -- cgit v1.2.3