From 0d6d578f7b023d31fc2ec252b4ac56f33f92d7f0 Mon Sep 17 00:00:00 2001 From: ultrayay Date: Thu, 30 Jul 2020 09:56:17 +0800 Subject: [PATCH] add case to exclude list --- test/testsuite/ouroboros/testlist | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testsuite/ouroboros/testlist b/test/testsuite/ouroboros/testlist index 6f36dc0c3e..ad226ccc78 100644 --- a/test/testsuite/ouroboros/testlist +++ b/test/testsuite/ouroboros/testlist @@ -17,4 +17,5 @@ memory_management/Annotation reflection_test/issue-0000-rt-Reflection-ReflectionforName2 reflection_test/RT0202-rt-reflection-AnnotationMultiThread + thread_test/RT0180-rt-thread-MonitorTestCase8 -- Gitee