/hg/icedtea6: Testcase correction, now the regression test Test6...
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Mon Nov 8 04:24:05 PST 2010
changeset c06d558f7684 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=c06d558f7684
author: ptisnovs
date: Mon Nov 08 12:28:36 2010 +0100
Testcase correction, now the regression test Test6857159 should not
timeout on most machines
diffstat:
3 files changed, 30 insertions(+), 1 deletion(-)
ChangeLog | 7 +++++
Makefile.am | 3 +-
patches/openjdk/6997495-test_correction_6857159.patch | 21 +++++++++++++++++
diffs (52 lines):
diff -r f7334fbff599 -r c06d558f7684 ChangeLog
--- a/ChangeLog Fri Nov 05 16:50:59 2010 -0400
+++ b/ChangeLog Mon Nov 08 12:28:36 2010 +0100
@@ -1,3 +1,10 @@ 2010-11-05 Denis Lila <dlila at redhat.com
+2010-11-08 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * Makefile.am:
+ * patches/openjdk/6997495-test_correction_6857159.patch:
+ Testcase correction, now the regression test Test6857159 should
+ not timeout on most machines.
+
2010-11-05 Denis Lila <dlila at redhat.com>
* Makefile.am:
diff -r f7334fbff599 -r c06d558f7684 Makefile.am
--- a/Makefile.am Fri Nov 05 16:50:59 2010 -0400
+++ b/Makefile.am Mon Nov 08 12:28:36 2010 +0100
@@ -294,7 +294,8 @@ ICEDTEA_PATCHES = \
patches/openjdk/6853592-badwindow-warning-fix.patch \
patches/6703377-freetypescaler.patch \
patches/icedtea-jtreg-international-fonts.patch \
- patches/openjdk/6967436-6976265-6967434-pisces.patch
+ patches/openjdk/6967436-6976265-6967434-pisces.patch \
+ patches/openjdk/6997495-test_correction_6857159.patch
if WITH_ALT_HSBUILD
ICEDTEA_PATCHES += \
diff -r f7334fbff599 -r c06d558f7684 patches/openjdk/6997495-test_correction_6857159.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/openjdk/6997495-test_correction_6857159.patch Mon Nov 08 12:28:36 2010 +0100
@@ -0,0 +1,21 @@
+# HG changeset patch
+# User ptisnovs
+# Date 1288875792 -3600
+# Node ID 086898a88056cd9f7de4475b7ebf4cc6c65f2b5e
+# Parent 68d6141ea19de3a9ba98ef753f0da41a61f736a0
+6997495: correction of regression test compiler/6857159/Test6857159
+Summary: Testcase correction.
+Reviewed-by: never
+
+diff -r 68d6141ea19d -r 086898a88056 test/compiler/6857159/Test6857159.java
+--- openjdk.old/hotspot/test/compiler/6857159/Test6857159.java 2010-10-08 22:29:24.000000000 +0200
++++ openjdk/hotspot/test/compiler/6857159/Test6857159.java 2010-11-04 15:27:47.000000000 +0100
+@@ -54,7 +54,7 @@
+ }
+
+ public static void main(String[] args) throws Exception {
+- for (int i = 0; i < 100000; i++) {
++ for (int i = 0; i < 20000; i++) {
+ Thread t = null;
+ switch (i % 3) {
+ case 0: t = new ct0(); break;
More information about the distro-pkg-dev
mailing list