Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
libcore
/
7d60ae13c1300a8bcfb3aa41c773a9eb2e92c310
/
harmony-tests
/
src
/
test
4e73fd2
Port java.lang from openJdk8, part 4
by Przemyslaw Szczepaniak
· 8 years ago
545cf97
Return DataInputStream to pre-N calls on delegate
by Shubham Ajmera
· 8 years ago
0cdefff
SerializationStressTest4 : Improve iteration tests.
by Narayan Kamath
· 8 years ago
0754731
Merge "Fix serialization of class fields with same names."
by Przemyslaw Szczepaniak
· 8 years ago
c436f14
Merge "Add serialVersionUID field to java.text.ParseException"
by Paul Duffin
· 8 years ago
33d260f
Removed tests that checked previous behavior of ChoiceFormat
by Paul Duffin
· 8 years ago
0cda871
Add serialVersionUID field to java.text.ParseException
by Paul Duffin
· 8 years ago
505d890
Import upstream change: HttpCookie.domainMatches("hostname.local", "hostname") should return true
by Yi Kong
· 8 years ago
6a5351e
Port java.lang from openJdk8, part 3
by Przemyslaw Szczepaniak
· 8 years ago
0885fcb
Fix serialization of class fields with same names.
by Przemyslaw Szczepaniak
· 8 years ago
500f2ca
Add Character tests for new UnicodeBlocks
by Przemyslaw Szczepaniak
· 8 years ago
254bfbf
Import upstream change: CookiePolicy spec conflicts with CookiePolicy.ACCEPT_ORIGINAL_SERVER
by Yi Kong
· 8 years ago
197ca87
Fix XML Parser related packages names
by Nicholas Sauer
· 9 years ago
286d589
Merge "Insert security provider into the same position"
by Nicholas Sauer
· 8 years ago
774864c
Merge "Fix Preferences regression."
by Przemyslaw Szczepaniak
· 8 years ago
44d29b0
Fix Preferences regression.
by Przemyslaw Szczepaniak
· 8 years ago
4c10bf7
Merge "Fix clinit-related serialization incompatibility."
by Przemyslaw Szczepaniak
· 8 years ago
fd17eab
Fix clinit-related serialization incompatibility.
by Przemyslaw Szczepaniak
· 8 years ago
9582593
Merge "Increase the wait time for assertDurationIsInRange(0)"
by Neil Fuller
· 8 years ago
8514d7e
Increase the wait time for assertDurationIsInRange(0)
by Neil Fuller
· 8 years ago
5253684
Insert security provider into the same position
by Nicholas Sauer
· 9 years ago
fa4f4df
Merge "Fix HttpsURLConnectionTest for CTSv2."
by Nicholas Sauer
· 8 years ago
e0f383f
Correct address fields in ByteBufferAsXBuffer classes
by Shubham Ajmera
· 8 years ago
8539b67
Fix HttpsURLConnectionTest for CTSv2.
by Nicholas Sauer
· 9 years ago
fbabe73
Observable: Call out to hasChanged() to figure out if something changes.
by Narayan Kamath
· 8 years ago
d761351
Merge "JarFile: make getManifestFromReference and getManEntry synchronized"
by Sergio Giro
· 9 years ago
592f49a
JarFile: make getManifestFromReference and getManEntry synchronized
by Sergio Giro
· 9 years ago
2a4f40b
Merge "HttpsURLConnectionTest: Remove bogus tests around socket factories."
by Treehugger Robot
· 9 years ago
d93dd52
HttpsURLConnectionTest: Remove bogus tests around socket factories.
by Narayan Kamath
· 9 years ago
5e1ca03
Merge "Revert "Remove java.nio.channels.* classes without test coverage.""
by Shubham Ajmera
· 9 years ago
e318a0e
Revert "Remove java.nio.channels.* classes without test coverage."
by Shubham Ajmera
· 9 years ago
ac8051d
ResourceBundle : Use UTF-8 for property based resources.
by Narayan Kamath
· 9 years ago
a928927
Merge "Fix use of Object.equals() to compare arrays."
by Tobias Thierer
· 9 years ago
bdd8f39
Merge "Avoid additional Object allocations that are immediately unboxed"
by Tobias Thierer
· 9 years ago
97a3d51
Fix use of Object.equals() to compare arrays.
by Tobias Thierer
· 9 years ago
a5448c0
Avoid additional Object allocations that are immediately unboxed
by Tobias Thierer
· 9 years ago
baba65a
Add unit tests for FileChannel#lock #tryLock
by Shubham Ajmera
· 9 years ago
1f01b0e
Add missed overrides for OpenJDK 8 Map default methods
by Shubham Ajmera
· 9 years ago
30a12fe
Inet6Address: Provide an explicit hostname for the ANY address.
by Narayan Kamath
· 9 years ago
969e52f
Allow some rounding on SO_TIMEOUT values
by Neil Fuller
· 9 years ago
987c9ca
ObjectStreamClass: Add a workaround for abusers of private API.
by Narayan Kamath
· 9 years ago
a4750c7
Explicitly set locale to en_US for tests that require it
by Neil Fuller
· 9 years ago
2c4230d
Port a number of OpenJDK8 stream methods
by Yi Kong
· 9 years ago
9cf8977
Merge "Port OpenJDK8 java.lang functional util methods"
by Yi Kong
· 9 years ago
59df7aa
Add Arrays$ArrayList::replaceAll
by Shubham Ajmera
· 9 years ago
e9d9ae3d
Port OpenJDK8 java.lang functional util methods
by Yi Kong
· 9 years ago
6e888e9
Handle recvfrom() returning 0.
by Przemyslaw Szczepaniak
· 9 years ago
7f1dee4
Comment assertion related to harmony behavior
by Neil Fuller
· 9 years ago
7e2dda1
Fix CTS tests broken by the switch to OpenJDK code
by Neil Fuller
· 9 years ago
c86e0fa
Spliterators: pull in additional specializations.
by Narayan Kamath
· 9 years ago
538e902
Merge "Fix what .getPeerHost() test expects"
by Kenny Root
· 9 years ago
5bad107
Add openJdk8 static (Float|Double)#isFinite methods.
by Przemyslaw Szczepaniak
· 9 years ago
6e5b758
Vector: Rework CME checks in hasNext() and next().
by Narayan Kamath
· 9 years ago
6edda46
Fix what .getPeerHost() test expects
by Kenny Root
· 9 years ago
4605fa7
Merge "AVA: fix handling of whitespace in DN"
by Sergio Giro
· 9 years ago
91921d3
AVA: fix handling of whitespace in DN
by Sergio Giro
· 9 years ago
5d11243
Merge "Port java.util.Collection.removeIf from OpenJDK8"
by Yi Kong
· 9 years ago
c9b5ffc
Port of oJdk8 Arrays#parallelSort* & tests
by Przemyslaw Szczepaniak
· 9 years ago
d41ca4a
Port java.util.Collection.removeIf from OpenJDK8
by Yi Kong
· 9 years ago
b9050f6
Fix cts-v1 build breakage.
by Narayan Kamath
· 9 years ago
8b056f0
Add java.lang.Iterable.spliterator() and supporting classes.
by Narayan Kamath
· 9 years ago
3de87b8
Fix ArrayDeque forEachRemaining tests.
by Narayan Kamath
· 9 years ago
e633814
Add Iterator.forEachRemaining / Iterator.remove.
by Narayan Kamath
· 9 years ago
2729b8c
Double,Integer,Long: Add static hashCode / sum / max / min methods.
by Narayan Kamath
· 9 years ago
c3a9db8
Add Iterable#forEach & Map#forEach from openJdk8
by Przemyslaw Szczepaniak
· 9 years ago
16f9317
Merge "SSLSessionTest: compare equality of SSLSession by contents"
by Kenny Root
· 9 years ago
aff7af3
nio: Add unit tests for setOption / getOption.
by Narayan Kamath
· 9 years ago
6557ca8
SimpleDateFormat: Amend tests to match specified behaviour.
by Narayan Kamath
· 9 years ago
ce6a6ab
SimpleDateFormatTest: Fix a couple of bogus tests involving non-olson tzs.
by Narayan Kamath
· 9 years ago
320cf5e
SimpleDateFormatTest : Remove dead code.
by Narayan Kamath
· 9 years ago
1a3e2a7
SSLSessionTest: compare equality of SSLSession by contents
by Kenny Root
· 9 years ago
ae2e19f
Remove java.nio.channels.* classes without test coverage.
by Przemyslaw Szczepaniak
· 9 years ago
3159400
Revert "Revert "Split the harmony SimpleDateFormatTest test methods up""
by Paul Duffin
· 9 years ago
52c6d22
Revert "Split the harmony SimpleDateFormatTest test methods up"
by Nicolas Geoffray
· 9 years ago
06e77ed
Split the harmony SimpleDateFormatTest test methods up
by Paul Duffin
· 9 years ago
119d059
Fix JarFileTest#test_getInputStreamLjava_util_jar_JarEntry_subtest0
by Yi Kong
· 9 years ago
7363410
Revert "Revert "Cookies: Add targetSdkVersion based compatibility for domain matching.""
by Narayan Kamath
· 9 years ago
225d130
Revert "Cookies: Add targetSdkVersion based compatibility for domain matching."
by Narayan Kamath
· 9 years ago
1e7abd8
Cookies: Add targetSdkVersion based compatibility for domain matching.
by Narayan Kamath
· 9 years ago
a300520
TimerTaskTest: Deflake test_scheduledExecutionTime.
by Narayan Kamath
· 9 years ago
2f72248
Merge "Fix HashMap and HashSet cloning problem"
by Kenny Root
· 9 years ago
189d3d5
InflaterInputStream : Unconditionally close external inflaters.
by Narayan Kamath
· 9 years ago
44973ad
Fix HashMap and HashSet cloning problem
by Kenny Root
· 9 years ago
1610275
Fix test_parseFloat_LString_Harmony6261
by Yi Kong
· 9 years ago
1f588af
Placed Locale_Bug_26387905.ser at the correct location
by Shubham Ajmera
· 9 years ago
bcdff4f
TimerTest: invert order of tasks for tests about exception and cancelling
by Sergio Giro
· 9 years ago
8ac8497
Fix de-serialization issue in java.util.Locale
by Shubham Ajmera
· 9 years ago
872ba17
Update ThreadTest#test_isDaemon.
by Narayan Kamath
· 9 years ago
0d5d144
Merge "Re-enable harmony ServerSocketTest"
by Przemyslaw Szczepaniak
· 9 years ago
e84f3b7
Delete unnecessary notify
by Mathieu Chartier
· 9 years ago
65f1e0b
Re-enable harmony ServerSocketTest
by Przemyslaw Szczepaniak
· 9 years ago
0f153ca
Fix alignment test for DirectByteBuffer
by Shubham Ajmera
· 9 years ago
3c2b8ee
Encode entry name before creating URL
by Paul Duffin
· 9 years ago
dda702b
Fix, expand and move test for GregorianCalendar change date
by Paul Duffin
· 9 years ago
7bf811b
Improve support for arabic minusSign & percent markers.
by Narayan Kamath
· 9 years ago
3e74bae
Merge "Fix isAccessible and alignment test"
by Shubham Ajmera
· 9 years ago
fd3e2c1
Merge "Remove FileTest#test_lastModified"
by Yi Kong
· 9 years ago
81546f7
Remove FileTest#test_lastModified
by Yi Kong
· 9 years ago
6bda99d
Fixed test_register_LSelectorI_error to make it work with OpenJdk
by Paul Duffin
· 9 years ago
9c7ca70
Fix testSerializationCompatibility test
by Yi Kong
· 9 years ago
Next »