summaryrefslogtreecommitdiff
path: root/luni/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ComparatorTest: Tweak.Tobias Thierer2019-08-071-13/+18
* | | | | Merge "Fix ComparatorTest.testReverseOrder()."Tobias Thierer2019-08-071-2/+4
|\| | | |
| * | | | Merge "Fix ComparatorTest.testReverseOrder()."Treehugger Robot2019-08-071-2/+4
| |\| | |
| | * | | Fix ComparatorTest.testReverseOrder().Tobias Thierer2019-08-071-2/+4
| | |/ /
* | | | Merge "Fix test_getDisplayCountry_8870289 test after upgrading to ICU 64.2"vichang2019-08-071-2/+2
|\| | |
| * | | Merge "Fix test_getDisplayCountry_8870289 test after upgrading to ICU 64.2"vichang2019-08-071-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Fix test_getDisplayCountry_8870289 test after upgrading to ICU 64.2Nikita Iashchenko2019-07-051-2/+2
* | | | Merge "Add an example of an annotation-based TEST_MAPPING."Pete Gillin2019-07-311-0/+2
|\| | |
| * | | Merge "Add an example of an annotation-based TEST_MAPPING."Pete Gillin2019-07-311-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | Add an example of an annotation-based TEST_MAPPING.Pete Gillin2019-07-301-0/+2
* | | | Merge "Remove the @KnownFailure annotation from CertPathBuilder1Test."Pete Gillin2019-07-291-4/+0
|\| | |
| * | | Remove the @KnownFailure annotation from CertPathBuilder1Test.Pete Gillin2019-07-261-4/+0
| |/ /
* | | Merge "Fix DefaultFileNameMap behavior for URL cases involving a fragment."Tobias Thierer2019-07-091-2/+34
|\| |
| * | Merge "Fix DefaultFileNameMap behavior for URL cases involving a fragment."Treehugger Robot2019-07-091-2/+34
| |\ \ | | |/ | |/|
| | * Fix DefaultFileNameMap behavior for URL cases involving a fragment.Tobias Thierer2019-07-081-2/+34
* | | DO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor (5699924) into stage-aos...Xin Li2019-07-011-79/+0
|\ \ \ | |/ / |/| |
| * | Merge "API clean-up around PacketSocketAddress" am: f187497e24Neil Fuller2019-06-271-2/+57
| |\ \
| * \ \ Merge "Remove unused / untested code" am: ec5d60fa82Neil Fuller2019-06-211-1/+0
| |\ \ \
| * \ \ \ Merge "Slightly improve debug output from test" am: 110dcc01e1Neil Fuller2019-06-121-2/+11
| |\ \ \ \
| * \ \ \ \ Merge "Make tz data files in the runtime module optional" am: ab2f5f3d68Neil Fuller2019-06-103-28/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge "Optional capturing group should not be replaced with "null" string" am...vichang2019-05-291-0/+23
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge "Remove target sdk level check in DecimalFormat's prefix/suffix setters...vichang2019-05-241-12/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge "android.mime.types: Add application/x-wifi-config." am: 235b3b1ff8Tobias Thierer2019-05-231-0/+5
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge "Replace DecimalFormat_ICU58_Android with ICU4J DecimalFormat in compat...vichang2019-05-233-19/+115
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge "Add tests for Japanese eras formatting" am: 29a37aa8e6Nikita Iashchenko2019-05-211-4/+38
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge "Fix tests broken by D8's handling of class retention annotations" am: ...Paul Duffin2019-05-142-43/+124
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge "NativeAllocationRegistryTest fix and cleanup" am: d08d57b655Hans Boehm2019-05-081-5/+15
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge "Avoid conflict with apache-harmony's FileHandlerTest" am: d0e0e3a1ecPaul Duffin2019-05-071-7/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Customizable MIME type <-> file extension mapping, step 2." am: adba73...Tobias Thierer2019-05-022-205/+184
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Customizable MIME type <-> file extension mapping, step 1." am: b15262...Tobias Thierer2019-04-291-0/+134
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Remove core-libart dependency on /system tz files" am: 5a7acb3345Neil Fuller2019-04-291-4/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Tidy-up changes to time zone classes" am: 020085b55bNeil Fuller2019-04-292-35/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Migration of ZoneInfo to 64-bit times from 32-bit" am: 52d46d03e4Neil Fuller2019-04-262-56/+41
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Track 64-bit support in ZoneInfoTestHelper" am: 3ca33304c7Neil Fuller2019-04-251-66/+76
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Fix some varargs compiler warnings in libcore tests." am: bfec8e7f00Pete Bentley2019-04-256-13/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Fix unused import in ZoneInfoDBTest" am: 48a4b8a7fdNeil Fuller2019-04-241-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Make strict mode not triggered while connecting UDP socket" am: 3ed4b0...Luke Huang2019-04-231-0/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Fix nit in LocaleDataTest#testInvalidLocale and StringTest#testFormat_...vichang2019-04-172-8/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Add regression test for loading locale data with unknown/invalid local...vichang2019-04-162-0/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Log warning if serialized class has compatibility issues" am: f8dfc9872ePaul Duffin2019-04-151-8/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Further clarify failure message." am: ada2a5de07Tobias Thierer2019-04-101-3/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Simplify HttpURLConnectionTest.readAscii()." am: 9a343327ffTobias Thierer2019-04-091-51/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "HttpURLConnection: Add test coverage for concurrent disconnect." am: 4...Tobias Thierer2019-04-092-0/+163
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Track zic 2019a update in system/timezone" am: 25f847d475Neil Fuller2019-04-082-19/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Clarify InetAddressTest failure message." am: 7c265806fdPete Bentley2019-04-081-2/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Remove some usages of IoUtil methods" am: 64c393fe30Neil Fuller2019-04-081-4/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Ensure serialVersionUID computation for Throwable subclass is stable" ...Paul Duffin2019-04-081-2/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Ensure serialVersionUID computation for Throwable subclass is stable" ...TreeHugger Robot2019-04-081-2/+37
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure serialVersionUID computation for Throwable subclass is stablePaul Duffin2019-04-081-2/+37
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge "Fix Os.getDefault() BlockGuard test." into qt-devTobias Thierer2019-04-072-6/+21
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |