From nobody Mon Sep 17 00:00:00 2001 From: Pavel Afremov Date: Fri, 17 Nov 2006 11:52:38 +0300 Subject: [PATCH] Failed tests were excluded from acceptance test set: on EM64T StackTest exception.FinalizerStackTest: on Windows. gc.LOS --- vm/tests/smoke/StackTest.java | 6 ++++++ vm/tests/smoke/exception/FinalizeStackTest.java | 5 +++++ vm/tests/smoke/gc/LOS.java | 5 +++++ 3 files changed, 16 insertions(+), 0 deletions(-) mode change 100644 => 100755 vm/tests/smoke/StackTest.java mode change 100644 => 100755 vm/tests/smoke/exception/FinalizeStackTest.java mode change 100644 => 100755 vm/tests/smoke/gc/LOS.java bf3d959246f004c9f0bc9bc951c385e41bf436b4 diff --git a/vm/tests/smoke/StackTest.java b/vm/tests/smoke/StackTest.java old mode 100644 new mode 100755 index 29805ef..390f404 --- a/vm/tests/smoke/StackTest.java +++ b/vm/tests/smoke/StackTest.java @@ -15,6 +15,12 @@ * limitations under the License. */ +/** + * Excluded from acceptance test set on EM64T. + * + * @keyword X_em64t_bug + */ + public class StackTest { static int depth = 0; diff --git a/vm/tests/smoke/exception/FinalizeStackTest.java b/vm/tests/smoke/exception/FinalizeStackTest.java old mode 100644 new mode 100755 index 03f11cc..f0b9ea9 --- a/vm/tests/smoke/exception/FinalizeStackTest.java +++ b/vm/tests/smoke/exception/FinalizeStackTest.java @@ -18,6 +18,11 @@ * @author Pavel Afremov * @version $Revision: 1.0 $ */ +/** + * Excluded from acceptance test set on EM64T. + * + * @keyword X_em64t_bug + */ package exception; class FinalizeStackTest { diff --git a/vm/tests/smoke/gc/LOS.java b/vm/tests/smoke/gc/LOS.java old mode 100644 new mode 100755 index 8216936..7a839b1 --- a/vm/tests/smoke/gc/LOS.java +++ b/vm/tests/smoke/gc/LOS.java @@ -18,6 +18,11 @@ * @author Salikh Zakirov * @version $Revision: 1.4.12.2.4.4 $ */ +/** + * Excluded from acceptance test set on Windows. + * + * @keyword X_Windows_bug + */ package gc; import java.util.ArrayList; -- 1.3.3