[Soot-list] all clara tests failing

Phil Pratt-Szeliga pcpratts at chirrup.org
Fri Aug 10 14:18:35 EDT 2012


Hello,

When I am running the clara tests freshly downloaded, I get errors
like the following:

Running test 7: base/test100/static and non-static before methods -- one file
Commandline: abc -d base/test100 -warn-unused-advice:off
base/test100/Driver.java
Unexpected exception while compiling:
polyglot.util.InternalCompilerError: unhandled exception during
compilation
polyglot.util.InternalCompilerError: unhandled exception during compilation
	at abc.main.Main.run(Main.java:454)
	at abc.testing.TestCase.runTest(TestCase.java:289)
	at abc.testing.Main.doCase(Main.java:288)
	at abc.testing.Main.main(Main.java:122)
Caused by: java.lang.NoClassDefFoundError:
android/content/res/AXmlResourceParser
	at abc.main.Main.initSoot(Main.java:574)
	at abc.main.Main.run(Main.java:393)
	... 3 more
Caused by: java.lang.ClassNotFoundException:
android.content.res.AXmlResourceParser
	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
	... 5 more
FAIL: Test 7: "base/test100/static and non-static before methods --
one file" failed in 170ms, memory usage: 5606112.

All of the tests are failing. Does anyone know how to get the new
AXMLPrinter2.jar incorporated into this?

Thanks,
Phil Pratt-Szeliga
Syracuse University


More information about the Soot-list mailing list