From: acolyer Date: Mon, 17 Nov 2003 11:28:03 +0000 (+0000) Subject: These class files are *input* to the weaver test cases. X-Git-Tag: mostlyLastEclipse2xTree_20040112~53 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=49f9e52d6f35545f2a1cf4c10e3da219be8f1e7b;p=aspectj.git These class files are *input* to the weaver test cases. Can't rely on the ones built as part of the AspectJ build as the weaver test cases are sensitive to the exact compiler used (needs to be Eclipse 2.1.1 based). --- diff --git a/weaver/testdata/bin/Aspect.class b/weaver/testdata/bin/Aspect.class new file mode 100644 index 000000000..778c925d7 Binary files /dev/null and b/weaver/testdata/bin/Aspect.class differ diff --git a/weaver/testdata/bin/DynamicHelloWorld.class b/weaver/testdata/bin/DynamicHelloWorld.class new file mode 100644 index 000000000..2387774e4 Binary files /dev/null and b/weaver/testdata/bin/DynamicHelloWorld.class differ diff --git a/weaver/testdata/bin/FancyHelloWorld.class b/weaver/testdata/bin/FancyHelloWorld.class new file mode 100644 index 000000000..b6af91df3 Binary files /dev/null and b/weaver/testdata/bin/FancyHelloWorld.class differ diff --git a/weaver/testdata/bin/FieldyHelloWorld.class b/weaver/testdata/bin/FieldyHelloWorld.class new file mode 100644 index 000000000..69fe5e082 Binary files /dev/null and b/weaver/testdata/bin/FieldyHelloWorld.class differ diff --git a/weaver/testdata/bin/HelloWorld.class b/weaver/testdata/bin/HelloWorld.class new file mode 100644 index 000000000..8cde6c812 Binary files /dev/null and b/weaver/testdata/bin/HelloWorld.class differ diff --git a/weaver/testdata/bin/MultiArgHelloWorld.class b/weaver/testdata/bin/MultiArgHelloWorld.class new file mode 100644 index 000000000..abb7c20ca Binary files /dev/null and b/weaver/testdata/bin/MultiArgHelloWorld.class differ diff --git a/weaver/testdata/bin/README.txt b/weaver/testdata/bin/README.txt new file mode 100644 index 000000000..fb1d43511 --- /dev/null +++ b/weaver/testdata/bin/README.txt @@ -0,0 +1,4 @@ +The class files in this directory are an *input* to the weaver tests. They were generated +from the .java files in testsrc using an Eclipse 2.1.1 compiler (well, ajc actually). The +weaver tests are sensitive to implementation details in class file output that vary by compiler. +When we rev. the jdt.core to 3.0.0 these class files will need to be updated again. \ No newline at end of file diff --git a/weaver/testdata/bin/Test.class b/weaver/testdata/bin/Test.class new file mode 100644 index 000000000..7fa600064 Binary files /dev/null and b/weaver/testdata/bin/Test.class differ diff --git a/weaver/testdata/bin/TestSwitchy.class b/weaver/testdata/bin/TestSwitchy.class new file mode 100644 index 000000000..578eb37bd Binary files /dev/null and b/weaver/testdata/bin/TestSwitchy.class differ