-
Bug
-
Resolution: Fixed
-
P3
-
13
-
b19
-
Fix failed
@@ -438,7 +438,8 @@
# JVMTI tests
vmTestbase_nsk_jvmti = \
- vmTestbase/nsk/jvmti
+ vmTestbase/nsk/jvmti \
+ vmTestbase/nsk/share/ExceptionCheckingJniEnv
This is now causing failures when running tier5:
open/test/hotspot/jtreg/TEST.groups: group vmTestbase_nsk_jvmti: file not found: vmTestbase/nsk/share/ExceptionCheckingJniEnv
Error: Group is invalid: vmTestbase_nsk_jvmti
The file referenced is:
test/hotspot/jtreg/vmTestbase/nsk/share/jni/ExceptionCheckingJniEnv.cpp
There seems to be a /jni missing in TEST.groups.
- relates to
-
JDK-8213501 Deploy ExceptionJniWrapper for a few tests
-
- Resolved
-
-
JDK-8223026 [BACKOUT] Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures
-
- Resolved
-
-
JDK-8213500 Expand and deploy the ExceptionJniWrapper across vmTestbase
-
- Closed
-