aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/java/org
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-08 11:25:32 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-08 12:17:55 +0700
commitf9c692f93676907c89a8e1ede12fee4d5cbca5dd (patch)
treedc5e8ce6e5dfb72e988590f1dc1488a37530cf72 /tests/src/test/java/org
parent37bee450be28a5b5b99ef025b2f4508e9400f226 (diff)
downloadaspectj-f9c692f93676907c89a8e1ede12fee4d5cbca5dd.tar.gz
aspectj-f9c692f93676907c89a8e1ede12fee4d5cbca5dd.zip
IT reproducing GitHub issue 279
Test "same class woven concurrently in parallel-capable classloader" reproduces #279. Originally taken and modified from: https://gitlab.com/urisimchoni/aspectj-parallel-issue Co-authored-by: Uri Simchoni <urisimchoni@gmail.com> Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'tests/src/test/java/org')
-rw-r--r--tests/src/test/java/org/aspectj/systemtest/ajc1921/Bugs1921Tests.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/test/java/org/aspectj/systemtest/ajc1921/Bugs1921Tests.java b/tests/src/test/java/org/aspectj/systemtest/ajc1921/Bugs1921Tests.java
index 113731a4f..a9dbeb5bb 100644
--- a/tests/src/test/java/org/aspectj/systemtest/ajc1921/Bugs1921Tests.java
+++ b/tests/src/test/java/org/aspectj/systemtest/ajc1921/Bugs1921Tests.java
@@ -15,8 +15,8 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
*/
public class Bugs1921Tests extends XMLBasedAjcTestCase {
- public void testDummy() {
- //runTest("dummy");
+ public void testGitHub_279() {
+ runTest("same class woven concurrently in parallel-capable classloader");
}
public static Test suite() {