]> source.dussan.org Git - aspectj.git/commitdiff
309336: faster isAssignableFrom
authoraclement <aclement>
Fri, 16 Apr 2010 21:15:31 +0000 (21:15 +0000)
committeraclement <aclement>
Fri, 16 Apr 2010 21:15:31 +0000 (21:15 +0000)
tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java
tests/src/org/aspectj/systemtest/ajc169/ajc169.xml

index 4d343135cf1c843752addf0d7bf8138a6ac5376a..be9c29c0eab7f547b27ecfd9e7fd64ae1ae94d0f 100644 (file)
@@ -30,15 +30,14 @@ public class Ajc169Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
        // runTest("advising privileged access method");
        // }
 
-       /*
        public void testPipeliningAndGenerics_309336() {
                runTest("pipelining and generics");
        }
-       public void testCrashParamAnnos_309440() {
-               runTest("crash param annos");
-       }
-       */
-       
+
+       /*
+        * public void testCrashParamAnnos_309440() { runTest("crash param annos"); }
+        */
+
        // 1.6.9 M1 below here
        public void testSubtleGenericsIssue_308773() {
                runTest("subtle generics problem");
index 052e7a14063f1e501a4b5ebe58ade96574015407..5e907f7319ac136621d76baf61a8a36206e0ac92 100644 (file)
@@ -3,7 +3,9 @@
 <suite>
 
    <ajc-test dir="bugs169/pr309336" title="pipelining and generics">
-     <compile files="NoSystemStreams.aj UseOperators.java Operators.java" options="-1.5"/>
+     <compile files="NoSystemStreams.aj UseOperators.java Operators.java" options="-1.5">
+       <message kind="warning" text="No system.out"/>
+     </compile>
   </ajc-test>
   
    <ajc-test dir="bugs169/pr308773" title="subtle generics problem">