JDK 9 RFR of JDK-8130402: Mark intermittently failing test: tools/pack200/PackTestZip64.java
Amy Lu
amy.lu at oracle.com
Wed Jul 8 08:01:13 UTC 2015
tools/pack200/PackTestZip64.java
This test has been observed to fail intermittently. This patch is to
mark it accordingly with keyword 'intermittent'.
bug: https://bugs.openjdk.java.net/browse/JDK-8130402
webrev: http://cr.openjdk.java.net/~amlu/8130402/webrev.00/
Thanks,
Amy
--- old/test/tools/pack200/PackTestZip64.java 2015-07-08 15:51:12.000000000 +0800
+++ new/test/tools/pack200/PackTestZip64.java 2015-07-08 15:51:12.000000000 +0800
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2015, 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
@@ -37,6 +37,7 @@
* @compile -XDignore.symbol.file Utils.java PackTestZip64.java
* @run main PackTestZip64
* @author kizune
+ * @key intermittent
*/
public class PackTestZip64 {
More information about the core-libs-dev
mailing list