History log of /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/DoubleTest.java
Revision Date Author Comments
0239cd8c6db469d96487c1a56033a39365c9c65b 25-Jan-2018 Andreas Gampe <agampe@google.com> Libcore: Fix or suppress EqualsNaN warning in tests

The FloatTest/DoubleTest explicitly check for NaN comparison. Ignore
the errorprone warning.

Fix incorrect comparison in MathTest.

Bug: 72451126
Test: m javac-check RUN_ERROR_PRONE=true
Change-Id: I24bbfbc468162765c29f9fbfea3f20e4b2007059
8e06d7bdd50edba2b2af3ede7515c5145c2d49e2 18-Mar-2016 Przemyslaw Szczepaniak <pszczepaniak@google.com> Add openJdk8 static (Float|Double)#isFinite methods.

Bug: 27692239
Change-Id: I612c9dd4369eb0cd479db6788322c8b289b14387
(cherry picked from commit 5bad107355d440409eea313b60c40bc32c12e295)
5bad107355d440409eea313b60c40bc32c12e295 18-Mar-2016 Przemyslaw Szczepaniak <pszczepaniak@google.com> Add openJdk8 static (Float|Double)#isFinite methods.

Bug: 27692239
Change-Id: I612c9dd4369eb0cd479db6788322c8b289b14387
df4daa44270955a235937ce023e33a77bdeabaeb 11-Dec-2015 Yi Kong <yikong@google.com> Fix parseDoubleTest for large input

The test was not correct according to the Java spec. Fix the test
expectation to the correct value.

Bug: 26137046
Change-Id: I03a14c1c43957446e5a334ca6ece0d17a9413e65
ab762bb740405d0fefcccf4a0899a234f995be13 15-Nov-2013 Narayan Kamath <narayan@google.com> Move tests from tests/api to harmony-tests. (Take 2)

This reverts commit d5e281743e55e1daa297fd8043b2d9b6e8e1bed2.

The makefile issue that caused the original build break
has been resolved.
d5e281743e55e1daa297fd8043b2d9b6e8e1bed2 15-Nov-2013 Narayan Kamath <narayan@google.com> Revert "Move tests from tests/api to harmony-tests."

This reverts commit 81bf28ad31131815d0a36a43a0eca3c29aefdfcd.

Breaks build

Change-Id: I3f1562921ffe8fdbec36971dd65db398c27c92db
81bf28ad31131815d0a36a43a0eca3c29aefdfcd 15-Nov-2013 Narayan Kamath <narayan@google.com> Move tests from tests/api to harmony-tests.

The vast majority of cleaned up harmony tests
are now in harmony-tests/src/test/org/apache/harmony/tests/

Change-Id: I56c2e484ff434b5618cf6751d602ae9f0db96b30