mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-08 01:25:31 +00:00
8256736: Zero: GTest tests fail with "unsuppported vm variant"
Reviewed-by: dholmes
This commit is contained in:
parent
e838d71d61
commit
b52f6c053b
@ -118,8 +118,10 @@ public class GTestWrapper {
|
||||
return "client";
|
||||
} else if (Platform.isMinimal()) {
|
||||
return "minimal";
|
||||
} else if (Platform.isZero()) {
|
||||
return "zero";
|
||||
} else {
|
||||
throw new Error("TESTBUG: unsuppported vm variant");
|
||||
throw new Error("TESTBUG: unsupported vm variant");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user