diff options
author | xdegaye <xdegaye@gmail.com> | 2017-11-29 10:43:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-29 10:43:23 (GMT) |
commit | ef83806f5ec01f34f6cbf4ebb5752875b5961f7e (patch) | |
tree | d67ee31ba17b35dcf70adf2aa4daf12a960d2caf /Misc | |
parent | cc55e78acab93a495c974b9a2ea71c8bb9cc2f5d (diff) | |
download | cpython-ef83806f5ec01f34f6cbf4ebb5752875b5961f7e.zip cpython-ef83806f5ec01f34f6cbf4ebb5752875b5961f7e.tar.gz cpython-ef83806f5ec01f34f6cbf4ebb5752875b5961f7e.tar.bz2 |
bpo-32138: Skip on Android test_faulthandler tests that raise SIGSEGV (GH-4604)
Remove the test.support.requires_android_level decorator.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2017-11-27-16-18-58.bpo-32138.QsTvf-.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2017-11-27-16-18-58.bpo-32138.QsTvf-.rst b/Misc/NEWS.d/next/Tests/2017-11-27-16-18-58.bpo-32138.QsTvf-.rst new file mode 100644 index 0000000..2430aa7 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2017-11-27-16-18-58.bpo-32138.QsTvf-.rst @@ -0,0 +1,2 @@ +Skip on Android test_faulthandler tests that raise SIGSEGV and remove the +test.support.requires_android_level decorator. |