summaryrefslogtreecommitdiff
path: root/luni/src/test/java/tests/org
Commit message (Collapse)AuthorAgeFilesLines
* Add API coverage to 3 methodsVictor Chang2021-03-081-0/+35
| | | | | | | | | | | The 3 methods are as shown in http://b/119393918#comment22: org.w3c.dom.ls.LSException.LSException(short, java.lang.String) libcore.util.HexEncoding.encode(byte[], int, int) libcore.util.NativeAllocationRegistry.applyFreeFunction(long, long) Bug: 119393918 Test: Ran the relevant tests in CtsLibcoreTestCases Change-Id: I31acf1c0b11f4f9e4eabc56ba73d637e2401c4f2
* Inclusive Language Fixit: step #8Paul Duffin2020-07-291-1/+1
| | | | | | | | | See https://source.android.com/setup/contribute/respectful-code for reference Bug: 162205877 Test: m java Change-Id: I44880f3de79d9e36597d8384f074c512d2d855d4
* Automated: Canonicalize spelling of Android-changed across libcoreTobias Thierer2017-03-066-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This applies the same regexp replacement across libcore that http://r.android.com/345826 had only applied to ojluni. Most of the previous noncanonical spellings were a lowercased "android-" that should be "Android-". This CL was created by running the following command on top of the above CL. No manual changes were made. find . -name \*\.java | xargs sed -i \ -e 's/Android[- ]changed/Android-changed/ig' \ -e 's/Android-changed :/Android-changed:/g' \ -e 's/Android-changed \(BEGIN\|END\)/\1 Android-changed/g' \ -e 's/Android-changed - /Android-changed: /g' \ -e 's/Android[- ]removed/Android-removed/ig' \ -e 's/Android-removed :/Android-removed:/g' \ -e 's/Android-removed \(BEGIN\|END\)/\1 Android-removed/g' \ -e 's/Android-removed - /Android-removed: /g' \ -e 's/Android[- ]added/Android-added/ig' \ -e 's/Android-added :/Android-added:/g' \ -e 's/Android-added \(BEGIN\|END\)/\1 Android-added/g' \ -e 's/Android-added - /Android-added: /g' \ -e 's/----- \(BEGIN\|END\) android\( -----\)\?/\1 Android-changed/g' \ -e 's/\/\* \(BEGIN\|END\) Android-changed \*\//\/\/ \1 Android-changed/g' Bug: 35841464 Test: make droid cts Change-Id: I060c7236b7607763e5d27d60aa395d2507703a95
* Removing use of @tests and @Test.* annotationsBrian Carlstrom2011-03-0266-1817/+0
| | | | Change-Id: I89243efdeebe22543c45a2166b634f40c3e78cf8
* Remove all the remaining AllTests cruft.Elliott Hughes2011-02-281-105/+0
| | | | Change-Id: Ie61022069e597d9c5c6e7ea4659fd614efe31852
* Fix Document.getElementsByTagName to return the root node.Jesse Wilson2011-01-111-1/+1
| | | | | | | | | | | I introduced this regression when changing Element.getElementsByTagName to not return itself. Note that one of our tests (GetElementsByTagNameNS) had the wrong expectation here; the new result is consistent with the RI. Also fix a related problem in InnerNodeImpl which assumes the document field is always non-null. It can be null for Doctype nodes! Change-Id: I40b5bb52b8396cd282cd5465029a9f0c4040de0c
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-1368-527/+527
| | | | | | 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-0470-0/+13071
Merge xml except xmlpull and kxml into luni