From: Koundinya Veluri Date: Tue, 21 Mar 2017 18:47:32 +0000 (-0700) Subject: Temporarily disable frequently failing Sleep PAL tests (dotnet/coreclr#10313) X-Git-Tag: submit/tizen/20210909.063632~11030^2~7630 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ced8f8e5ec2bcfa772ccc6f666a7b5b2883c7f9a;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Temporarily disable frequently failing Sleep PAL tests (dotnet/coreclr#10313) See dotnet/coreclr#8321 Commit migrated from https://github.com/dotnet/coreclr/commit/b635982b6c8dfcf5cb5d2116a155b2ae7b913b2d --- diff --git a/src/coreclr/src/pal/tests/palsuite/paltestlist.txt b/src/coreclr/src/pal/tests/palsuite/paltestlist.txt index 943c15a..9f0be50 100644 --- a/src/coreclr/src/pal/tests/palsuite/paltestlist.txt +++ b/src/coreclr/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/coreclr/src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt b/src/coreclr/src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt index 96b05db..f7a293a 100644 --- a/src/coreclr/src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt +++ b/src/coreclr/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