summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/tests/xml/SimpleBuilderTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Rescue some XML tests to a libcore.xml package.Jesse Wilson2011-03-281-117/+0
| | | | | | Our XML tests are no longer split across packages for no good reason. Change-Id: I0fbc9e96216b6b604ef4360d343fce9fecf7d34a
* Removing use of @tests and @Test.* annotationsBrian Carlstrom2011-03-021-15/+0
| | | | Change-Id: I89243efdeebe22543c45a2166b634f40c3e78cf8
* Scrubbing tests marked @BrokenTest.Jesse Wilson2010-06-241-34/+4
| | | | | | | | | | | | | | | This rearranges the security test support infrastructure. We no longer rely on many top-level classes defined in CipherHelper.java to provide test support. Instead these each have their own top level class in our test support package: support/src/test/java/tests/security. Similarly for abstract classes intended to be subclassed by cipher-specific tests. Other test methods that were duplicated in Harmony have been removed. We need to pay closer attention to Harmony failures because they are now our only source of coverage for some of these tests. Change-Id: I1a1ca8a046bc9b6a33d5fa3f55fecc0d39f72c16
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-131-7/+7
| | | | | | Gentlemen, you may now set your editors to "strip trailing whitespace"... Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
* Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-041-0/+162
Merge xml except xmlpull and kxml into luni