diff options
author | Koundinya Veluri <kouvel@microsoft.com> | 2017-03-21 11:47:32 -0700 |
---|---|---|
committer | Dan Moseley <danmose@microsoft.com> | 2017-03-21 11:47:32 -0700 |
commit | b635982b6c8dfcf5cb5d2116a155b2ae7b913b2d (patch) | |
tree | bf5e0853bf5642e141d5682cd06fa8fa898d1091 | |
parent | 5654462feabdcbe93752774a707acea70a331c4a (diff) | |
download | coreclr-b635982b6c8dfcf5cb5d2116a155b2ae7b913b2d.tar.gz coreclr-b635982b6c8dfcf5cb5d2116a155b2ae7b913b2d.tar.bz2 coreclr-b635982b6c8dfcf5cb5d2116a155b2ae7b913b2d.zip |
Temporarily disable frequently failing Sleep PAL tests (#10313)
See #8321
-rw-r--r-- | src/pal/tests/palsuite/paltestlist.txt | 2 | ||||
-rw-r--r-- | src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pal/tests/palsuite/paltestlist.txt b/src/pal/tests/palsuite/paltestlist.txt index 943c15abab..9f0be50441 100644 --- a/src/pal/tests/palsuite/paltestlist.txt +++ b/src/pal/tests/palsuite/paltestlist.txt @@ -762,8 +762,6 @@ threading/SetEvent/test1/paltest_setevent_test1 threading/SetEvent/test2/paltest_setevent_test2 threading/SetEvent/test3/paltest_setevent_test3 threading/SetEvent/test4/paltest_setevent_test4 -threading/SleepEx/test1/paltest_sleepex_test1 -threading/SleepEx/test2/paltest_sleepex_test2 threading/SwitchToThread/test1/paltest_switchtothread_test1 threading/ThreadPriority/test1/paltest_threadpriority_test1 threading/TLS/test1/paltest_tls_test1 diff --git a/src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt b/src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt index 96b05db8cf..f7a293a69c 100644 --- a/src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt +++ b/src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt @@ -193,6 +193,8 @@ threading/OpenProcess/test1/paltest_openprocess_test1 threading/QueueUserAPC/test1/paltest_queueuserapc_test1 threading/setthreadcontext/test1/paltest_setthreadcontext_test1 threading/Sleep/test1/paltest_sleep_test1 +threading/SleepEx/test1/paltest_sleepex_test1 +threading/SleepEx/test2/paltest_sleepex_test2 threading/SuspendThread/test2/paltest_suspendthread_test2 threading/SuspendThread/test3/paltest_suspendthread_test3 threading/TerminateProcess/test1/paltest_terminateprocess_test1 |