Fix "check" file, and mark test as failing on device.
Change-Id: Ie1f9a2e86f94ccc3c9859ac172ee4b3da0f85d63
diff --git a/test/143-string-value/check b/test/143-string-value/check
index 8659500..cdf7b78 100755
--- a/test/143-string-value/check
+++ b/test/143-string-value/check
@@ -15,6 +15,6 @@
# limitations under the License.
# Strip run-specific numbers (pid and line number)
-sed -e 's/^art E [0-9]\+ [0-9]\+ art\/runtime\/native\/java_lang_Class.cc:[0-9]\+\] //' "$2" > "$2.tmp"
+sed -e 's/^art E[ ]\+[0-9]\+[ ]\+[0-9]\+ art\/runtime\/native\/java_lang_Class.cc:[0-9]\+\] //' "$2" > "$2.tmp"
diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null