summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/tests/api
Commit message (Expand)AuthorAgeFilesLines
* Add detail messages to all the easy IllegalArgumentException cases.Elliott Hughes2013-07-121-2/+12
* Bump ThreadsTest tolerance from 5% to 10%Brian Carlstrom2012-11-011-3/+3
* Wait for threads to finish in ThreadsTest before continuingBrian Carlstrom2012-10-181-19/+22
* Fix ThreadsTest use of CyclicBarrierBrian Carlstrom2012-10-151-2/+2
* Change ThreadsTest to use CyclicBarrier to address flakinessBrian Carlstrom2012-10-121-16/+40
* Fix flaky finalization tests.Elliott Hughes2012-09-245-20/+19
* Fix SimpleDateFormatTest.java and SimpleTimeZoneTest.java's assumptionsteven_huang2012-08-291-0/+1
* Improve the assertion detail in flaky ThreadsTest.Elliott Hughes2012-07-251-3/+2
* Remove another batch of Support_PortManager cruft.Elliott Hughes2012-07-204-154/+82
* Second chunk of Support_PortManager removal.Elliott Hughes2012-07-192-272/+97
* Start removing Support_PortManager.Elliott Hughes2012-07-181-4/+1
* Fix BitSet.nextClearBit.Elliott Hughes2012-05-161-0/+27
* am bc5c2fdf: am 9b25ac0e: am d903a83f: Add No Arg Constructor for Some TestsBrian Muramatsu2012-04-033-36/+0
|\
| * Add No Arg Constructor for Some TestsBrian Muramatsu2012-04-023-36/+0
* | Disable TLSv1.1 and TLSv1.2 by defaultBrian Carlstrom2012-03-281-1/+1
* | Tracking openssl-1.0.1Brian Carlstrom2012-03-211-1/+1
* | Libcore changes for ICU4.8.1.1 upgrade.claireho2012-01-172-7/+6
* | Update HostnameVerifierTest for consistency with our new hostname verifier.Jesse Wilson2012-01-022-41/+39
|/
* Don't require exception priority to match any particular implementation.Jesse Wilson2011-10-181-56/+0
* am 632889b0: Revert "am c1fb498a: Merge 997e8227 - resolve conflicts"Jean-Baptiste Queru2011-06-091-12/+6
|\
| * Revert "am c1fb498a: Merge 997e8227 - resolve conflicts"Jean-Baptiste Queru2011-06-091-12/+6
* | am 22668806: am c1fb498a: Merge 997e8227 - resolve conflictsJean-Baptiste Queru2011-06-091-6/+12
|\ \ | |/
| * am c1fb498a: Merge 997e8227 - resolve conflictsJean-Baptiste Queru2011-06-091-6/+12
| |\
| | * Merge 997e8227 - resolve conflictsJean-Baptiste Queru2011-06-071-6/+12
| | |\
| | | * Skip tests if it includes unsupported locale/charsetMasanori Ogino2011-03-252-226/+296
| | | * Merge from open-source gingerbreadJean-Baptiste Queru2011-01-142-4/+5
| | | |\
| | | | * Address CTS test failures in libcore for gingerbread.Jesse Wilson2011-01-072-4/+5
| | * | | Synchronize on TimerTestTask's fields, not TimerTaskTest'sBrian Carlstrom2011-02-071-8/+10
* | | | | am aa6f3711: Deduplicate GregorianCalendar tests with Harmony.Jesse Wilson2011-06-081-782/+0
|\ \ \ \ \ | |/ / / /
| * | | | Deduplicate GregorianCalendar tests with Harmony.Jesse Wilson2011-06-081-782/+0
* | | | | Merge "Kill more dead code and tests." into dalvik-devElliott Hughes2011-06-082-725/+0
|\ \ \ \ \
| * | | | | Kill more dead code and tests.Elliott Hughes2011-06-082-725/+0
* | | | | | am f45c08ac: Merge "Test fixes validated on RI and device"Brian Carlstrom2011-06-081-2/+6
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Test fixes validated on RI and deviceBrian Carlstrom2011-06-071-2/+6
* | | | | Remove dead tests.Elliott Hughes2011-06-065-588/+0
* | | | | am 003f7a4d: Make test initialization lazyBrian Carlstrom2011-06-061-223/+132
|\ \ \ \ \ | |/ / / /
| * | | | Make test initialization lazyBrian Carlstrom2011-06-041-223/+132
* | | | | Remove more dead "security theater" cruft.Elliott Hughes2011-06-041-248/+0
|/ / / /
* | | | am 4ccd262b: Cleanup KeyStoreBuilderParametersTestBrian Carlstrom2011-05-251-51/+27
|\ \ \ \
| * | | | Cleanup KeyStoreBuilderParametersTestBrian Carlstrom2011-05-251-51/+27
* | | | | Fix stress test to close socketsBrian Carlstrom2011-05-211-2/+2
* | | | | Suppress our first FindBugs warning.Jesse Wilson2011-05-191-74/+0
* | | | | Dont line wrap Base64.Jesse Wilson2011-05-104-4/+4
* | | | | Try to reduce old SSLSocketTest flakiness by closing SSLSocketBrian Carlstrom2011-05-051-330/+215
* | | | | Address some test failures in the HTTP client.Jesse Wilson2011-05-051-140/+68
|/ / / /
* | | | Cleanup diagnosing HandshakeCompletedEventTest.testClientAuthBrian Carlstrom2011-03-311-211/+160
* | | | Remove a broken API that encouraged people to make the wrong fix to tests.Elliott Hughes2011-03-303-53/+27
* | | | Change ReferenceTest to not depend on live-precise GC and synchronous referen...Jesse Wilson2011-03-301-78/+37
* | | | Rewrite BitSet and add the new valueOf and toLongArray methods.Elliott Hughes2011-03-111-582/+470
* | | | Add new java.util.Currency functionality.Elliott Hughes2011-03-031-7/+0