RFR(XS): Quarantine: JDK-8133222 - [TESTBUG] Quarantine runtime/SharedArchiveFile/SharedStrings.java until the fix
Mikhailo Seledtsov
mikhailo.seledtsov at oracle.com
Sat Aug 8 00:20:53 UTC 2015
Since I do not have a committer rights yet, could someone please push
this change for me. The hgexport file is attached.
Thank you,
Misha
On 8/7/2015 5:09 PM, Mikhailo Seledtsov wrote:
> Dan,
>
> Thank you for review.
>
> Misha
>
> On 8/7/2015 4:59 PM, Daniel D. Daugherty wrote:
>> Thumbs up.
>>
>> Trivial review rules apply assuming that this:
>>
>> > Ran test locally (Linux-x64)
>>
>> means that the test actually didn't run. :-)
>>
> Right. I launched the test, but it didn't run due to "@ignore"
> :)
>
>> Dan
>>
>>
>> On 8/7/15 5:36 PM, Mikhailo Seledtsov wrote:
>>> Please review this one line change to quarantine a test that fails
>>> in nightly,
>>> until the root cause is found and test is fixed.
>>>
>>> JBS: https://bugs.openjdk.java.net/browse/JDK-8133222
>>> Webrev: http://cr.openjdk.java.net/~mseledtsov/8133222.00/
>>> Testing:
>>> Ran test locally (Linux-x64)
>>> This should be sufficient since change is trivial and
>>> platform-independent.
>>>
>>> Thank you,
>>> Misha
>>
>
-------------- next part --------------
# HG changeset patch
# User mseledtsov
# Date 1438992866 25200
# Fri Aug 07 17:14:26 2015 -0700
# Node ID be32044bf20079d41884fe431a01ba5b9af1eab0
# Parent a3d4ec0c8636bff0ef87de9af4bca1f860a972f3
8133222: [TESTBUG] Quarantine runtime/SharedArchiveFile/SharedStrings.java until the fix
Summary: Quarantined using at-ingore tag
Reviewed-by: dcubed
diff --git a/test/runtime/SharedArchiveFile/SharedStrings.java b/test/runtime/SharedArchiveFile/SharedStrings.java
--- a/test/runtime/SharedArchiveFile/SharedStrings.java
+++ b/test/runtime/SharedArchiveFile/SharedStrings.java
@@ -32,6 +32,7 @@
* @library /testlibrary /../../test/lib
* @modules java.base/sun.misc
* java.management
+ * @ignore - 8133180
* @build SharedStringsWb SharedStrings BasicJarBuilder
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main SharedStrings
More information about the hotspot-runtime-dev
mailing list