OpenJDK / jdk / jdk
changeset 51316:c23f1e4910f3
8194958: [Graal] disable compiler/c2/cr7200264 tests
Reviewed-by: kvn, tschatzl
author | epavlova |
---|---|
date | Mon, 06 Aug 2018 13:53:49 -0700 |
parents | 2ec98fcfb2b2 |
children | e122220d7d7e |
files | test/hotspot/jtreg/ProblemList-graal.txt test/hotspot/jtreg/compiler/c2/cr7200264/TestSSE2IntVect.java test/hotspot/jtreg/compiler/c2/cr7200264/TestSSE4IntVect.java |
diffstat | 3 files changed, 4 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/ProblemList-graal.txt Mon Aug 06 16:15:09 2018 -0400 +++ b/test/hotspot/jtreg/ProblemList-graal.txt Mon Aug 06 13:53:49 2018 -0700 @@ -27,9 +27,6 @@ # ############################################################################# -compiler/c2/cr7200264/TestSSE2IntVect.java 8194958 generic-all -compiler/c2/cr7200264/TestSSE4IntVect.java 8194958 generic-all - compiler/ciReplay/TestServerVM.java 8181747 generic-all compiler/ciReplay/TestVMNoCompLevel.java 8181747 generic-all
--- a/test/hotspot/jtreg/compiler/c2/cr7200264/TestSSE2IntVect.java Mon Aug 06 16:15:09 2018 -0400 +++ b/test/hotspot/jtreg/compiler/c2/cr7200264/TestSSE2IntVect.java Mon Aug 06 13:53:49 2018 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -26,7 +26,7 @@ * @bug 7200264 * @summary 7192963 changes disabled shift vectors * @requires vm.cpu.features ~= ".*sse2.*" & vm.debug & vm.flavor == "server" - * @requires !vm.emulatedClient + * @requires !vm.emulatedClient & !vm.graal.enabled * @library /test/lib / * @run driver compiler.c2.cr7200264.TestSSE2IntVect */
--- a/test/hotspot/jtreg/compiler/c2/cr7200264/TestSSE4IntVect.java Mon Aug 06 16:15:09 2018 -0400 +++ b/test/hotspot/jtreg/compiler/c2/cr7200264/TestSSE4IntVect.java Mon Aug 06 13:53:49 2018 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -26,7 +26,7 @@ * @bug 7200264 * @summary 7192963 changes disabled shift vectors * @requires vm.cpu.features ~= ".*sse4\\.1.*" & vm.debug & vm.flavor == "server" - * @requires !vm.emulatedClient + * @requires !vm.emulatedClient & !vm.graal.enabled * @library /test/lib / * @run driver compiler.c2.cr7200264.TestSSE4IntVect */