mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
Reviewed-by: vlivanov, kvn
This commit is contained in:
parent
916697af2c
commit
db334facfc
1 changed files with 13 additions and 2 deletions
|
@ -198,7 +198,8 @@ compact2_minimal = \
|
||||||
|
|
||||||
# Tests that require compact2 API's
|
# Tests that require compact2 API's
|
||||||
#
|
#
|
||||||
needs_compact2 =
|
needs_compact2 = \
|
||||||
|
compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
|
||||||
|
|
||||||
# All tests that run on the most minimal configuration: Minimal VM on Compact 1
|
# All tests that run on the most minimal configuration: Minimal VM on Compact 1
|
||||||
compact1_minimal = \
|
compact1_minimal = \
|
||||||
|
@ -479,7 +480,6 @@ hotspot_compiler_3 = \
|
||||||
compiler/intrinsics/unsafe/UnsafeGetAddressTest.java \
|
compiler/intrinsics/unsafe/UnsafeGetAddressTest.java \
|
||||||
compiler/jsr292/ConcurrentClassLoadingTest.java \
|
compiler/jsr292/ConcurrentClassLoadingTest.java \
|
||||||
compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java \
|
compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java \
|
||||||
compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java \
|
|
||||||
compiler/loopopts/TestLogSum.java \
|
compiler/loopopts/TestLogSum.java \
|
||||||
compiler/macronodes/TestEliminateAllocationPhi.java \
|
compiler/macronodes/TestEliminateAllocationPhi.java \
|
||||||
compiler/membars/TestMemBarAcquire.java \
|
compiler/membars/TestMemBarAcquire.java \
|
||||||
|
@ -602,3 +602,14 @@ hotspot_all = \
|
||||||
:hotspot_gc \
|
:hotspot_gc \
|
||||||
:hotspot_runtime \
|
:hotspot_runtime \
|
||||||
:hotspot_serviceability
|
:hotspot_serviceability
|
||||||
|
|
||||||
|
#All tests that depends on nashorn extension.
|
||||||
|
#
|
||||||
|
needs_nashorn = \
|
||||||
|
compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
|
||||||
|
|
||||||
|
#All tests that do not depends on nashorn extension
|
||||||
|
#
|
||||||
|
not_needs_nashorn = \
|
||||||
|
:jdk \
|
||||||
|
-:needs_nashorh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue