summaryrefslogtreecommitdiffstats
path: root/xml/src/test
Commit message (Expand)AuthorAgeFilesLines
* Remove all the remaining AllTests cruft.Elliott Hughes2011-02-281-29/+0
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-131-6/+6
* Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-04157-29978/+0
* Merge "Tweak our test & runner so XPath tests can be executed on Hudson." int...Jesse Wilson2010-03-291-3/+3
|\
| * Tweak our test & runner so XPath tests can be executed on Hudson.Jesse Wilson2010-03-291-3/+3
* | Merge commit '8812fdd7' into manualmergeJesse Wilson2010-03-2913-72/+65
|\ \ | |/ |/|
| * Fixing tests to handle changes in our behaviour since DOM 3.Jesse Wilson2010-03-2613-73/+65
* | am 7713b900: Merge "Fixing namespace+prefix mode in Expat and removing option...Jesse Wilson2010-03-192-0/+176
|\ \ | |/
| * Fixing namespace+prefix mode in Expat and removing optional fields from callb...Jesse Wilson2010-03-192-0/+176
* | am 31275264: Fixing 10 of the XPath failures caused by a malformed Document.Jesse Wilson2010-03-171-0/+21
|\ \ | |/
| * Fixing 10 of the XPath failures caused by a malformed Document.Jesse Wilson2010-03-171-0/+21
* | Fixing an import of a JUnit class that isn't available in dalvik-dev.Jesse Wilson2010-03-171-11/+0
* | am f6976780: Merge "Exercising our XPath implementation with 279 of Jaxen\'s ...Jesse Wilson2010-03-172-1/+318
|\ \ | |/
| * Exercising our XPath implementation with 279 of Jaxen's tests.Jesse Wilson2010-03-162-1/+318
* | am 27182541: Implementing Document.renameNode() and DOMImplementation.getFeat...Jesse Wilson2010-03-152-31/+153
|\ \ | |/
| * Implementing Document.renameNode() and DOMImplementation.getFeature().Jesse Wilson2010-03-152-31/+153
* | am 92e01317: Adding support for DOM3 attribute IDs and SchemaTypeInfos.Jesse Wilson2010-03-121-0/+51
|\ \ | |/
| * Adding support for DOM3 attribute IDs and SchemaTypeInfos.Jesse Wilson2010-03-111-0/+51
* | am 6f9b4d2b: Merge "Implementing getBaseUri() for DOM."Jesse Wilson2010-03-111-0/+132
|\ \ | |/
| * Implementing getBaseUri() for DOM.Jesse Wilson2010-03-111-0/+132
* | am 5c6839b2: Merge "Implement adoptNode() and importNode()."Jesse Wilson2010-03-092-5/+219
|\ \ | |/
| * Implement adoptNode() and importNode().Jesse Wilson2010-03-092-5/+219
* | am 631bbbff: Merge "Adding support for getUserData() and setUserData() to DOM...Jesse Wilson2010-03-081-1/+89
|\ \ | |/
| * Adding support for getUserData() and setUserData() to DOM nodes.Jesse Wilson2010-03-081-1/+89
* | am acf4a11b: Merge "Implementing almost all of Document.normalizeDocument()."Jesse Wilson2010-03-011-15/+229
|\ \ | |/
| * Implementing almost all of Document.normalizeDocument().Jesse Wilson2010-03-011-15/+229
* | am ad71aa20: Merge "New implementation for DOMConfiguration."Jesse Wilson2010-03-012-1/+406
|\ \ | |/
| * New implementation for DOMConfiguration.Jesse Wilson2010-03-012-1/+406
* | am dd55f1bb: Merge "Adding tests to parse document attributes from the DOM."Jesse Wilson2010-02-282-0/+104
|\ \ | |/
| * Adding tests to parse document attributes from the DOM.Jesse Wilson2010-02-262-0/+104
* | am 4795e033: Merge "Implementing still more DOM API for text nodes. - Text.is...Jesse Wilson2010-02-284-30/+141
|\ \ | |/
| * Implementing still more DOM API for text nodes.Jesse Wilson2010-02-234-30/+141
* | Merge remote branch 'goog/master' into mmElliott Hughes2010-02-226-113/+910
|\ \ | |/
| * More XML DOM v3 APIs.Jesse Wilson2010-02-201-0/+195
| * DOM setTextContent() tests and implementation fixes.Jesse Wilson2010-02-191-4/+152
| * Filling in some gaps in our XML DOM v3 API.Jesse Wilson2010-02-195-69/+371
| * Fixing problems with the test runner's ability to parse expected results files.Jesse Wilson2010-02-111-34/+179
| * Fixing some of our XSLT implementation issues.Jesse Wilson2010-02-101-13/+20
* | Resync a load of tests with upstream, make our build faster.Elliott Hughes2010-02-199-36/+12
* | Remove obviously bogus @KnownFailure annotations.Elliott Hughes2010-02-034-9/+0
|/
* Merge "A new test suite for our XSLT transforms."Jesse Wilson2010-02-021-0/+484
|\
| * A new test suite for our XSLT transforms.Jesse Wilson2010-02-021-0/+484
* | Restore our ability to parse an XML Document given a File argumentJesse Wilson2010-02-021-21/+32
* | Remove @KnownFailure from tests that now pass.Elliott Hughes2010-02-011-11/+0
* | Fixing a critical regression in our SAX parsing.Jesse Wilson2010-01-291-0/+139
|/
* Including proper prefixes and qualified names in the Expat parser.Jesse Wilson2010-01-261-6/+4
* Implement DTDHandler support for ExpatParser.Elliott Hughes2009-12-091-4/+59
* Fix KXmlSerializer so it won't generate invalid XML.Elliott Hughes2009-11-181-17/+88
* Various XML fixes.Elliott Hughes2009-11-171-1/+0
* Our XML serializer permits \0, resulting in malformed documents.Jesse Wilson2009-11-064-1/+111