From: aclement Date: Fri, 8 Jan 2010 22:07:40 +0000 (+0000) Subject: comment out unreliable test (perf test that can depend on machine load) X-Git-Tag: V1_6_8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6082a97caf37b26c3cd4acb31a6f0671a4f87995;p=aspectj.git comment out unreliable test (perf test that can depend on machine load) --- diff --git a/tests/src/org/aspectj/systemtest/ajc167/Ajc167Tests.java b/tests/src/org/aspectj/systemtest/ajc167/Ajc167Tests.java index b0804967a..28e1bd918 100644 --- a/tests/src/org/aspectj/systemtest/ajc167/Ajc167Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc167/Ajc167Tests.java @@ -18,6 +18,9 @@ import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc167Tests extends org.aspectj.testing.XMLBasedAjcTestCase { + // public void testGenericsItds_298665() { + // runTest("itd generics"); + // } public void testGenericAspectSignatures_296533() { runTest("generic aspect signatures"); } @@ -30,9 +33,10 @@ public class Ajc167Tests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("optimizing annotation binding"); } - public void testOptimizingAnnotationBindingPerfTest() { - runTest("optimizing annotation binding - 2"); - } + // bit flakey - can depend on machine load + // public void testOptimizingAnnotationBindingPerfTest() { + // runTest("optimizing annotation binding - 2"); + // } /* * public void testPerThisLTW_295092() { runTest("perthis ltw"); }