From b20098c5fedacabf7fe5ad027f301d26cd6d0bab Mon Sep 17 00:00:00 2001 From: ultrayay Date: Sat, 25 Jul 2020 11:30:01 +0800 Subject: [PATCH] enable case --- .../NativeCheckFatalErrorExceptionTest.java | 4 ++-- .../ReflectionAnnotationGetClass.java | 2 +- test/testsuite/ouroboros/testlist | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java index 8de598f272..727207f906 100644 --- a/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java @@ -91,5 +91,5 @@ public class NativeCheckFatalErrorExceptionTest extends Exception { // DEPENDENCE: jniNativeCheckFatalErrorExceptionTest.cpp // EXEC:%maple NativeCheckFatalErrorExceptionTest.java jniNativeCheckFatalErrorExceptionTest.cpp %build_option -o %n.so -// EXEC:%run %n.so NativeCheckFatalErrorExceptionTest 2>&1 %run_option | compare %f -// ASSERT: scan-full ------>CheckPoint:CcanContinue\n======>JavaMethodThrows\n \ No newline at end of file +// EXEC:%run %n.so NativeCheckFatalErrorExceptionTest %run_option | compare %f +// ASSERT: scan-full ------>CheckPoint:CcanContinue\n======>JavaMethodThrows\n diff --git a/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java b/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java index 0cd9fec4f0..6edc7d4553 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java +++ b/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java @@ -72,4 +72,4 @@ class Two { } // EXEC:%maple %f %build_option -o %n.so // EXEC:%run %n.so %n %run_option | compare %f -// ASSERT: scan 0\n +// ASSERT: scan-full 0\n diff --git a/test/testsuite/ouroboros/testlist b/test/testsuite/ouroboros/testlist index 2142165947..6f36dc0c3e 100644 --- a/test/testsuite/ouroboros/testlist +++ b/test/testsuite/ouroboros/testlist @@ -17,6 +17,4 @@ memory_management/Annotation reflection_test/issue-0000-rt-Reflection-ReflectionforName2 reflection_test/RT0202-rt-reflection-AnnotationMultiThread - eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest - string_test/RT0043-rt-String-NoParamConstructorTest -- Gitee