summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLihua Zhao <44661095+LihuaZhao@users.noreply.github.com>2019-04-17 15:41:33 (GMT)
committerVictor Stinner <vstinner@redhat.com>2019-04-17 15:41:33 (GMT)
commit693c104ae74feea11f0b51176dc91ecd153230c0 (patch)
treec6c288722c8748ee2c9d237b8b13c7a3e70c9f33 /Misc
parent2954550818e5c23a082e6279eb326168230ebf04 (diff)
downloadcpython-693c104ae74feea11f0b51176dc91ecd153230c0.zip
cpython-693c104ae74feea11f0b51176dc91ecd153230c0.tar.gz
cpython-693c104ae74feea11f0b51176dc91ecd153230c0.tar.bz2
bpo-31904: Port test_resource to VxWorks (GH-12719)
Skip tests cases setting RLIMIT_FSIZE and RLIMIT_CPU on VxWorks.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2019-04-08-09-24-36.bpo-31904.ab03ea.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-04-08-09-24-36.bpo-31904.ab03ea.rst b/Misc/NEWS.d/next/Tests/2019-04-08-09-24-36.bpo-31904.ab03ea.rst
new file mode 100644
index 0000000..2b36101
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2019-04-08-09-24-36.bpo-31904.ab03ea.rst
@@ -0,0 +1 @@
+Port test_resource to VxWorks: skip tests cases setting RLIMIT_FSIZE and RLIMIT_CPU.