From 2e59bd3af6564e8e862ba14a9c2b4088979cb04f Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Tue, 9 Jun 2020 15:13:32 +0200 Subject: dev-lang/micropython: restore tests. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement --- .../files/micropython-1.11-exclude-float-parse-tests.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-lang/micropython/files/micropython-1.11-exclude-float-parse-tests.patch (limited to 'dev-lang/micropython/files/micropython-1.11-exclude-float-parse-tests.patch') diff --git a/dev-lang/micropython/files/micropython-1.11-exclude-float-parse-tests.patch b/dev-lang/micropython/files/micropython-1.11-exclude-float-parse-tests.patch new file mode 100644 index 000000000000..6d81661790e9 --- /dev/null +++ b/dev-lang/micropython/files/micropython-1.11-exclude-float-parse-tests.patch @@ -0,0 +1,12 @@ +--- a/tests/run-tests 2020-06-09 13:09:24.239121947 -0000 ++++ b/tests/run-tests 2020-06-09 13:09:57.315476363 -0000 +@@ -377,6 +377,9 @@ + skip_tests.add('micropython/heapalloc_traceback.py') # because native doesn't have proper traceback info + skip_tests.add('micropython/schedule.py') # native code doesn't check pending events + ++ skip_tests.add('float/float_parse.py') ++ skip_tests.add('float/float_parse_doubleprec.py') ++ # these two tests fail for some reason. + for test_file in tests: + test_file = test_file.replace('\\', '/') + -- cgit v1.2.3