]> source.dussan.org Git - aspectj.git/commitdiff
ajc1921.xml: Add AspectJ version hint to #279 test case
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 9 Feb 2024 05:55:27 +0000 (12:55 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 9 Feb 2024 05:55:27 +0000 (12:55 +0700)
"same class woven concurrently in parallel-capable classloader".

Relates to #279.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml

index da86656926bdcd1a95e41f88e4efd3da34632670..a56eeaf174d5267be51c89d4161a02448b4a90f4 100644 (file)
                </run>
        </ajc-test>
 
-       <!-- https://github.com/eclipse-aspectj/aspectj/issues/279 -->
+       <!-- https://github.com/eclipse-aspectj/aspectj/issues/279, AspectJ 1.9.21.1 -->
        <ajc-test dir="bugs1921/github_279" vm="8" title="same class woven concurrently in parallel-capable classloader">
                <compile files="Application.java Greeter.java GreeterImpl.java ParallelCapableClassLoader.java" options="-8"/>
                <compile files="HelloInterceptor.java" options="-8 -Xlint:ignore"/>