summaryrefslogtreecommitdiffstats
path: root/tests/README.txt
diff options
context:
space:
mode:
authorHans Boehm <hboehm@google.com>2015-10-11 14:06:51 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-10-11 14:06:51 +0000
commit0d7165970f3b561e1d6b275a3cbace59b577e19a (patch)
tree0af74e9f585ff7ffe64c19634019105808e4aa50 /tests/README.txt
parented234b7d8fb8e480cbb83ff8eb83297431cc572a (diff)
parentbd905403f4b4d71bc9c361baf62c91c4f09401c7 (diff)
downloadandroid_packages_apps_ExactCalculator-0d7165970f3b561e1d6b275a3cbace59b577e19a.tar.gz
android_packages_apps_ExactCalculator-0d7165970f3b561e1d6b275a3cbace59b577e19a.tar.bz2
android_packages_apps_ExactCalculator-0d7165970f3b561e1d6b275a3cbace59b577e19a.zip
am bd905403: am 3d4a67d1: Address FIXME comments from previous cleanup CL
* commit 'bd905403f4b4d71bc9c361baf62c91c4f09401c7': Address FIXME comments from previous cleanup CL
Diffstat (limited to 'tests/README.txt')
-rw-r--r--tests/README.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/README.txt b/tests/README.txt
index ee64f0c..b5e6dfe 100644
--- a/tests/README.txt
+++ b/tests/README.txt
@@ -6,7 +6,7 @@ adb install <tree root>/out/target/product/generic/data/app/ExactCalculator/Exac
3) adb install <tree root>/out/target/product/generic/data/app/ExactCalculatorTests/ExactCalculatorTests.apk
4) adb shell am instrument -w com.android.exactcalculator.tests/android.test.InstrumentationTestRunner
-There are two kinds of tests:
+There are three kinds of tests:
1. A superficial test of calculator functionality through the UI.
This is a resurrected version of a test that appeared in KitKat.
@@ -20,6 +20,9 @@ terminating decimal expansions. But it's also used to optimize CR
computations, and bugs in BoundedRational could result in incorrect
outputs.)
+3. A quick test of Evaluator.testUnflipZeroes(), which we do not know how to
+test manually.
+
We currently have no automatic tests for display formatting corner cases.
The following numbers have exhibited problems in the past and would be good
to test. Some of them are difficult to test automatically, because they
@@ -27,7 +30,7 @@ require scrolling to both ends of the result. For those with finite
decimal expansions, it also worth confirming that the "display with leading
digits" display shows an exact value when scrolled all the way to the right.
-Some interesting test cases:
+Some interesting manual test cases:
10^10 + 10^30
10^30 + 10^-10