summaryrefslogtreecommitdiff
path: root/test/1914-get-local-instance
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2020-10-28 12:48:24 +0000
committer Roland Levillain <rpl@google.com> 2020-11-05 18:15:49 +0000
commita073f46104fbce0482fb759d5ccfb32ee39cc973 (patch)
tree985538ce69fa4d9253725cddaca936ddc3eaea86 /test/1914-get-local-instance
parent5a19854c682a994729f704806d6c0de1de349631 (diff)
Rename ART run-tests `expected.txt` files as `expected-stdout.txt`.
This is in preparation for the addition of `expected-stderr.txt` files in all ART run-test directories, which will record the expected standard error for each of these tests, and which will be verified along with `expected-stdout.txt`. Test: Run ART run-tests on host and device using `testrunner.py`. Test: atest --test-mapping art:all Bug: 171865375 Bug: 147812905 Change-Id: I37e3c4b8409475790e2fc63514cdf57156d47ff4
Diffstat (limited to 'test/1914-get-local-instance')
-rw-r--r--test/1914-get-local-instance/Android.bp8
-rw-r--r--test/1914-get-local-instance/expected-stdout.txt (renamed from test/1914-get-local-instance/expected.txt)0
2 files changed, 4 insertions, 4 deletions
diff --git a/test/1914-get-local-instance/Android.bp b/test/1914-get-local-instance/Android.bp
index 361dac5a5e..68006e3dee 100644
--- a/test/1914-get-local-instance/Android.bp
+++ b/test/1914-get-local-instance/Android.bp
@@ -8,13 +8,13 @@ java_test {
defaults: ["art-run-test-defaults"],
test_config_template: ":art-run-test-target-no-test-suite-tag-template",
srcs: ["src/**/*.java"],
- data: [":art-run-test-1914-get-local-instance-expected"],
+ data: [":art-run-test-1914-get-local-instance-expected-stdout"],
}
// Test's expected output.
genrule {
- name: "art-run-test-1914-get-local-instance-expected",
- out: ["art-run-test-1914-get-local-instance-expected.txt"],
- srcs: ["expected.txt"],
+ name: "art-run-test-1914-get-local-instance-expected-stdout",
+ out: ["art-run-test-1914-get-local-instance-expected-stdout.txt"],
+ srcs: ["expected-stdout.txt"],
cmd: "cp -f $(in) $(out)",
}
diff --git a/test/1914-get-local-instance/expected.txt b/test/1914-get-local-instance/expected-stdout.txt
index 09f0df1937..09f0df1937 100644
--- a/test/1914-get-local-instance/expected.txt
+++ b/test/1914-get-local-instance/expected-stdout.txt