/hg/icedtea6: Added @ignore tag to regression test 7020373 becau...
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Mon Jul 11 02:00:03 PDT 2011
changeset 4ca76ee4a7a1 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=4ca76ee4a7a1
author: ptisnovs
date: Mon Jul 11 10:59:47 2011 +0200
Added @ignore tag to regression test 7020373 because binary jar file
needed to run the test is missing in OpenJDK6.
diffstat:
ChangeLog | 7 +++++++
Makefile.am | 3 ++-
patches/jtreg-7020373-add-ignore-tag.patch | 9 +++++++++
3 files changed, 18 insertions(+), 1 deletions(-)
diffs (41 lines):
diff -r 67985e03e768 -r 4ca76ee4a7a1 ChangeLog
--- a/ChangeLog Fri Jul 08 14:10:47 2011 +0200
+++ b/ChangeLog Mon Jul 11 10:59:47 2011 +0200
@@ -1,3 +1,10 @@
+2011-07-11 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * Makefile.am: added new patch
+ * patches/jtreg-7020373-add-ignore-tag.patch:
+ Added @ignore tag to this regression test because binary jar
+ file needed to run the test is missing in OpenJDK6.
+
2011-07-08 Pavel Tisnovsky <ptisnovs at redhat.com>
* Makefile.am: added new patch
diff -r 67985e03e768 -r 4ca76ee4a7a1 Makefile.am
--- a/Makefile.am Fri Jul 08 14:10:47 2011 +0200
+++ b/Makefile.am Mon Jul 11 10:59:47 2011 +0200
@@ -362,7 +362,8 @@
patches/jtreg-remove-test-6991596.patch \
patches/openjdk/7036220-shark_llvm_29_headers.patch \
patches/openjdk/7029152-String_intrinsics_miss_optimization.patch \
- patches/openjdk/6711682-JCheckBox_in_JTable_does_not_respond_to_click.patch
+ patches/openjdk/6711682-JCheckBox_in_JTable_does_not_respond_to_click.patch \
+ patches/jtreg-7020373-add-ignore-tag.patch
if WITH_RHINO
ICEDTEA_PATCHES += \
diff -r 67985e03e768 -r 4ca76ee4a7a1 patches/jtreg-7020373-add-ignore-tag.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/jtreg-7020373-add-ignore-tag.patch Mon Jul 11 10:59:47 2011 +0200
@@ -0,0 +1,10 @@
+--- openjdk.orig/hotspot/test/runtime/7020373/Test7020373.sh 2011-07-08 15:04:32.000000000 +0200
++++ openjdk/hotspot/test/runtime/7020373/Test7020373.sh 2011-07-08 15:01:13.000000000 +0200
+@@ -3,6 +3,7 @@
+ ##
+ ## @test
+ ## @bug 7020373
++## @ignore The original test contains binary jar-file
+ ## @key cte_test
+ ## @summary JSR rewriting can overflow memory address size variables
+ ## @run shell Test7020373.sh
More information about the distro-pkg-dev
mailing list