OSDN Git Service

A new test suite for our XSLT transforms.
authorJesse Wilson <jessewilson@google.com>
Tue, 2 Feb 2010 02:33:00 +0000 (18:33 -0800)
committerJesse Wilson <jessewilson@google.com>
Tue, 2 Feb 2010 20:46:34 +0000 (12:46 -0800)
commitada4180cdb1e130e68c6c5f3e15377e46f6d40ea
tree5d6bdabafc514d79c6bbf6c85e2e765f7f6535a9
parent4e492051715633be9e5f80a187faa9e92ce5b687
A new test suite for our XSLT transforms.

Currently the test suite isn't wired-in to run automatically. Before
that can happen I need to devise a way for the device to grab the
OASIS test .zip from the Internet (or distribute it with Android).

In the interim the test can be run by hand by manually copying the
test suite to the device ("adb push") and running the test suite's
main method. This approach might be workable in our continuous
build.

Note that the RI does horribly at this test suite - in my run it
reports the following:
   FAILURES!!!
   Tests run: 3173,  Failures: 338,  Errors: 730
libcore/xml/src/test/java/org/apache/harmony/xml/XsltXPathConformanceTestSuite.java [new file with mode: 0644]