]> source.dussan.org Git - aspectj.git/commitdiff
These class files are *input* to the weaver test cases.
authoracolyer <acolyer>
Mon, 17 Nov 2003 11:28:03 +0000 (11:28 +0000)
committeracolyer <acolyer>
Mon, 17 Nov 2003 11:28:03 +0000 (11:28 +0000)
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).

weaver/testdata/bin/Aspect.class [new file with mode: 0644]
weaver/testdata/bin/DynamicHelloWorld.class [new file with mode: 0644]
weaver/testdata/bin/FancyHelloWorld.class [new file with mode: 0644]
weaver/testdata/bin/FieldyHelloWorld.class [new file with mode: 0644]
weaver/testdata/bin/HelloWorld.class [new file with mode: 0644]
weaver/testdata/bin/MultiArgHelloWorld.class [new file with mode: 0644]
weaver/testdata/bin/README.txt [new file with mode: 0644]
weaver/testdata/bin/Test.class [new file with mode: 0644]
weaver/testdata/bin/TestSwitchy.class [new file with mode: 0644]

diff --git a/weaver/testdata/bin/Aspect.class b/weaver/testdata/bin/Aspect.class
new file mode 100644 (file)
index 0000000..778c925
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 (file)
index 0000000..2387774
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 (file)
index 0000000..b6af91d
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 (file)
index 0000000..69fe5e0
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 (file)
index 0000000..8cde6c8
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 (file)
index 0000000..abb7c20
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 (file)
index 0000000..fb1d435
--- /dev/null
@@ -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 (file)
index 0000000..7fa6000
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 (file)
index 0000000..578eb37
Binary files /dev/null and b/weaver/testdata/bin/TestSwitchy.class differ