Details
Description
/home/jdk/test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestCheckedTests.java:47: error: method shouldHaveThrownException in class Utils cannot be applied to given types;
Utils.shouldHaveThrownException();
^
required: String
found: no arguments
reason: actual and formal argument lists differ in length
/home/jdk/test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestCheckedTests.java:58: error: method shouldHaveThrownException in class Utils cannot be applied to given types;
Utils.shouldHaveThrownException();
^
required: String
found: no arguments
reason: actual and formal argument lists differ in length
Utils.shouldHaveThrownException();
^
required: String
found: no arguments
reason: actual and formal argument lists differ in length
/home/jdk/test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestCheckedTests.java:58: error: method shouldHaveThrownException in class Utils cannot be applied to given types;
Utils.shouldHaveThrownException();
^
required: String
found: no arguments
reason: actual and formal argument lists differ in length
Attachments
Issue Links
- relates to
-
JDK-8274911 testlibrary_tests/ir_framework/tests/TestIRMatching.java fails with "java.lang.RuntimeException: Should have thrown exception"
-
- Resolved
-