Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_libcore
/
68302fec012d78a1518657609ef218ff073dbbd5
/
luni
f8a8250
CipherTest: cover additional cases that should throw IllegalStateException.
by Tobias Thierer
· 9 years ago
c35465f
nio.channels: Add *Exception unit tests
by Shubham Ajmera
· 9 years ago
309f9df
Update URLs to Java technotes and platform docs
by Yi Kong
· 9 years ago
66110b1
Merge "Test Redirect.file() value for various Redirect instances."
by Tobias Thierer
· 9 years ago
51e8d2b
Merge "Hold a ClassLoader reference in NativeAllocationRegistry."
by Richard Uhler
· 9 years ago
0f00ad2
Merge "Fix misc-macro-parentheses warnings."
by Chih-hung Hsieh
· 9 years ago
3f810f9
Merge "Add CTS test for mixed Dex and Path class loader."
by Richard Uhler
· 9 years ago
a0b3a2c
Fix misc-macro-parentheses warnings.
by Chih-Hung Hsieh
· 9 years ago
dab9b37
libcore: provide instances from Crypto provider if targetting SDK <= 23
by Sergio Giro
· 9 years ago
ed28818
Test Redirect.file() value for various Redirect instances.
by Tobias Thierer
· 9 years ago
690d83d
Test for Process in/out/err redirect from/to file/pipe via ProcessBuilder
by Tobias Thierer
· 9 years ago
17d9d33
Hold a ClassLoader reference in NativeAllocationRegistry.
by Richard Uhler
· 9 years ago
749902a
Merge "Port OpenJDK8 unsigned methods"
by Yi Kong
· 9 years ago
e2f147b
Port OpenJDK8 unsigned methods
by Yi Kong
· 9 years ago
6f4fb5e
Additional tests for ProcessBuilder.Redirect
by Tobias Thierer
· 9 years ago
2c6cf7e
Merge "Drop redundant calculation the result of which is unused."
by Tobias Thierer
· 9 years ago
7649af0
Fix BigDecimal rounding 50/101 up rather than down.
by Tobias Thierer
· 9 years ago
98940f8
Drop redundant calculation the result of which is unused.
by Tobias Thierer
· 9 years ago
e1815f2
Add CTS test for mixed Dex and Path class loader.
by Richard Uhler
· 9 years ago
3b52730
Fix google-explicit-constructor warnings.
by Chih-Hung Hsieh
· 9 years ago
a9cf5de
Merge "SSLEngineTest: test multiple thread use"
by Treehugger Robot
· 9 years ago
58af60a
SSLEngineTest: test multiple thread use
by Kenny Root
· 9 years ago
df2324f
Merge "PathClassLoaderTest: add test about loading resources with tampered certificates"
by Sergio Giro
· 9 years ago
766efdc
PathClassLoaderTest: add test about loading resources with tampered certificates
by Sergio Giro
· 9 years ago
52200aa
Fix two different long overflow bugs in BigDecimal division.
by Tobias Thierer
· 9 years ago
1b2bdef
Merge "Fix BigDecimal result for -Long.MIN_VALUE / -1L"
by Tobias Thierer
· 9 years ago
e0840cc
Fix BigDecimal result for -Long.MIN_VALUE / -1L
by Tobias Thierer
· 9 years ago
a542daa
Merge "libcore: Address misc minor issues identified by FindBugs"
by Tobias Thierer
· 9 years ago
ac8051d
ResourceBundle : Use UTF-8 for property based resources.
by Narayan Kamath
· 9 years ago
2da8623
libcore: Address misc minor issues identified by FindBugs
by Tobias Thierer
· 9 years ago
c93c3ad
Merge "Close InputStream in case of Exception"
by Tobias Thierer
· 9 years ago
a928927
Merge "Fix use of Object.equals() to compare arrays."
by Tobias Thierer
· 9 years ago
f2c4a1c
Close InputStream in case of Exception
by Tobias Thierer
· 9 years ago
97a3d51
Fix use of Object.equals() to compare arrays.
by Tobias Thierer
· 9 years ago
71ab94c
Merge "CharsetEncoder/Decoder: Use NativeAllocationRegistry."
by Narayan Kamath
· 9 years ago
c672ce8
CharsetEncoder/Decoder: Use NativeAllocationRegistry.
by Narayan Kamath
· 9 years ago
85d15d8
Up java.text.DecimalFormat max integer digits.
by Joachim Sauer
· 9 years ago
66e10c8
Merge "Add missed overrides for OpenJDK 8 Map default methods"
by Neil Fuller
· 9 years ago
440b533
Merge "DocumentImpl: drop field that is never written."
by Tobias Thierer
· 9 years ago
2129234
Merge "Convert Pattern and Matcher to use NativeAllocationRegistry"
by Hans Boehm
· 9 years ago
d9e764e
Convert Pattern and Matcher to use NativeAllocationRegistry
by Hans Boehm
· 9 years ago
1f01b0e
Add missed overrides for OpenJDK 8 Map default methods
by Shubham Ajmera
· 9 years ago
4149eb3
DocumentImpl: drop field that is never written.
by Tobias Thierer
· 9 years ago
7564dd8
Merge "Allow some rounding on SO_TIMEOUT values"
by Neil Fuller
· 9 years ago
01e5d20
Make ObjectOutputStream behave as in M when stream is closed
by Paul Duffin
· 9 years ago
5b1ee95
CertPathBuilder1Test: remove Security#setProperty calls
by Kenny Root
· 9 years ago
969e52f
Allow some rounding on SO_TIMEOUT values
by Neil Fuller
· 9 years ago
7c19e31
Add test for WEEK_OF_MONTH
by Paul Duffin
· 9 years ago
bcf1073
Merge "Explicitly set locale to en_US for tests that require it"
by Treehugger Robot
· 9 years ago
a4750c7
Explicitly set locale to en_US for tests that require it
by Neil Fuller
· 9 years ago
a152eae
FileTest: Deflake the case where the device isn't rebooted between tests.
by Narayan Kamath
· 9 years ago
08c073a
Merge "Port OpenJDK8 chars() and codepoints() methods"
by Yi Kong
· 9 years ago
522b917
CertPathValidatorTest: add OCSP response tests
by Kenny Root
· 9 years ago
18d565b
Merge "SNIHostNameTest: add coverage of SNIServerName"
by Kenny Root
· 9 years ago
8f9c9ca
Merge "FileInputStreamTest : Add test for skips of files larger than 2G."
by Treehugger Robot
· 9 years ago
7de69aa
FileInputStreamTest : Add test for skips of files larger than 2G.
by Narayan Kamath
· 9 years ago
99cdcd6
OldManifestTest : Don't depend on HashMap iteration order.
by Narayan Kamath
· 9 years ago
319358d
Merge "KeyManagerFactoryTest: get sigAlg from entry"
by Narayan Kamath
· 9 years ago
29b0136
KeyManagerFactoryTest: get sigAlg from entry
by Kenny Root
· 9 years ago
7f2ccbe
KeyManagerFactoryTest: remove flakiness
by Kenny Root
· 9 years ago
5458546
Port OpenJDK8 chars() and codepoints() methods
by Yi Kong
· 9 years ago
541aa30
SNIHostNameTest: add coverage of SNIServerName
by Kenny Root
· 9 years ago
0976dc2
Add Map::replaceAll method
by Shubham Ajmera
· 9 years ago
6350df3
Merge "SNIHostName: test byte[] constructor"
by Kenny Root
· 9 years ago
2d177e3
Merge "ConcurrentHashMap: update API for keySet."
by Treehugger Robot
· 9 years ago
65770ec
ConcurrentHashMap: update API for keySet.
by Narayan Kamath
· 9 years ago
0d778eb
Merge "Make OldSystemTest.test_gc more robust."
by Hiroshi Yamauchi
· 9 years ago
ed7be26
Merge "Port a number of OpenJDK8 stream methods"
by Yi Kong
· 9 years ago
dfd25e6
Merge "String: reimplement replace(CharSequence, CharSequence)."
by Narayan Kamath
· 9 years ago
2c4230d
Port a number of OpenJDK8 stream methods
by Yi Kong
· 9 years ago
60405cc
Merge "Add DatagramChannelTest#open(ProtocolFamily)"
by Shubham Ajmera
· 9 years ago
817fba9
Add DatagramChannelTest#open(ProtocolFamily)
by Shubham Ajmera
· 9 years ago
d9e9955
Make OldSystemTest.test_gc more robust.
by Hiroshi Yamauchi
· 9 years ago
ab3af28
String: reimplement replace(CharSequence, CharSequence).
by Narayan Kamath
· 9 years ago
453986b
Package: workaround for applications relying on toString output.
by Narayan Kamath
· 9 years ago
7912934
Merge "ThreadTest: Don't leave JavaVMAttachArgs.name uninitialized."
by Narayan Kamath
· 9 years ago
34fa496
ThreadTest: Don't leave JavaVMAttachArgs.name uninitialized.
by Narayan Kamath
· 9 years ago
91e1f45
Merge "Thread: Don't set native names twice for attached threads."
by Narayan Kamath
· 9 years ago
e0e1a1b
Merge "Remove AnnotationAccess and its remaining uses."
by Jeff Hao
· 9 years ago
623cc20
Merge "Port OpenJDK8 java.util.Arrays#parallelPrefix method"
by Yi Kong
· 9 years ago
9cf8977
Merge "Port OpenJDK8 java.lang functional util methods"
by Yi Kong
· 9 years ago
c5c1e27
Port OpenJDK8 java.util.Arrays#parallelPrefix method
by Yi Kong
· 9 years ago
8188804
Thread: Don't set native names twice for attached threads.
by Narayan Kamath
· 9 years ago
d890de2
Remove AnnotationAccess and its remaining uses.
by Jeff Hao
· 9 years ago
636be28
Merge changes I7cba2d99,I0004329d
by Shubham Ajmera
· 9 years ago
eedba7f
Fix ServerSocketChannelTest#setOption
by Shubham Ajmera
· 9 years ago
6875085
Add Unit Tests
by Shubham Ajmera
· 9 years ago
e9d9ae3d
Port OpenJDK8 java.lang functional util methods
by Yi Kong
· 9 years ago
cc16299
Revert "Test case DecimalFormat failure with leading 0."
by Joachim Sauer
· 9 years ago
b39f086
Merge "Change LinkedHashMap#removeEldestEntry behaviour."
by Joachim Sauer
· 9 years ago
f1d3793
Merge "Test case DecimalFormat failure with leading 0."
by Joachim Sauer
· 9 years ago
0ce8789
Merge "CipherTest: add tests checking the behaviour of BCPBE keys without IV and PKCS12"
by Sergio Giro
· 9 years ago
7abb54e
TestKeyStore: add the ability to set certificate serial numbers
by Sergio Giro
· 9 years ago
78e275e
Test case DecimalFormat failure with leading 0.
by Joachim Sauer
· 9 years ago
bf6ca86
CipherTest: add tests checking the behaviour of BCPBE keys without IV and PKCS12
by Sergio Giro
· 9 years ago
9c4d575
Change LinkedHashMap#removeEldestEntry behaviour.
by Joachim Sauer
· 9 years ago
93e7075
Merge "Handle recvfrom() returning 0."
by Przemyslaw Szczepaniak
· 9 years ago
6e888e9
Handle recvfrom() returning 0.
by Przemyslaw Szczepaniak
· 9 years ago
e56459a
Fix java.net.URL#getPath regression
by Przemyslaw Szczepaniak
· 9 years ago
3f4817d
SNIHostName: test byte[] constructor
by Kenny Root
· 9 years ago
Next »