History log of /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/math.rs
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
407289da8ad0524a084456c976e8ec4d0e5f3b3e 06-Jun-2017 Arthur Eubanks <aeubanks@google.com> Revert "Fix math.rs"

Turns out that I already accounted for this (and forgot) and moved the extra test to math_24. This caused failures on API 23 and below for backward compatibility, whereas math_24 only runs on API 24 and above, so everything was fine before.

This reverts commit 09fa331d46d7e45e00cd6fcd5d8884a1caa15133.

Change-Id: I08212289a6d2a911aca614afc7da92ba92ef6684
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/math.rs
09fa331d46d7e45e00cd6fcd5d8884a1caa15133 26-May-2017 Arthur Eubanks <aeubanks@google.com> Fix math.rs

Was comparing against old RSTest version, diff came up with this. I also
compared all the other tests and this is the one inconsistency.

Test: RSTest, RSTest_Compat

Change-Id: I8a856474e022b0ed4c9a36877a02598bf0ba0737
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/math.rs
1a3e97c3ab51f602927a67d4abc50ffa6ce5ccba 06-Apr-2017 Arthur Eubanks <aeubanks@google.com> Add RenderScript backward compatibility testing

RSTestBackward contains the logic for running backward compatibility
testing
RSUnitTests contains the unit tests (copied from RSTest but with UI
logic removed), separated out for use in other future projects
(e.g. forward compatibility)

Test: m -j50 RSTestBackward
Test: adb install -r RSTestBackward.apk
Test: adb shell am instrument -w \
com.android.rs.test_backward/android.support.test.runner.AndroidJUnitRunner

Change-Id: If0c15cf25b9f24c7bdc32a2c2a1ac0602f63d6dd
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/math.rs