blob: 2861992cb44b2edf3915f7e37107663bb43408f8 [file] [log] [blame]
Roland Levillain01e56982020-02-10 12:28:01 +00001// Generated by `regen-test-files`. Do not edit manually.
Roland Levillain6b0b2e72020-09-08 16:36:13 +01002
3// Build rules for ART run-test `680-checker-deopt-dex-pc-0`.
4
5// Test's Dex code.
Roland Levillain01e56982020-02-10 12:28:01 +00006java_test {
7 name: "art-run-test-680-checker-deopt-dex-pc-0",
8 defaults: ["art-run-test-defaults"],
Roland Levillain4258f9e2020-10-13 12:10:59 +01009 test_config_template: ":art-run-test-target-no-test-suite-tag-template",
Roland Levillain01e56982020-02-10 12:28:01 +000010 srcs: ["src/**/*.java"],
Roland Levillainb15e8792020-10-28 12:20:59 +000011 data: [
12 ":art-run-test-680-checker-deopt-dex-pc-0-expected-stdout",
13 ":art-run-test-680-checker-deopt-dex-pc-0-expected-stderr",
14 ],
Daniil Riazanovskiy1e20e512020-09-08 21:32:06 +000015 // Include the Java source files in the test's artifacts, to make Checker assertions
16 // available to the TradeFed test runner.
17 include_srcs: true,
Roland Levillain6b0b2e72020-09-08 16:36:13 +010018}
19
Roland Levillainb15e8792020-10-28 12:20:59 +000020// Test's expected standard output.
Roland Levillain6b0b2e72020-09-08 16:36:13 +010021genrule {
Roland Levillaina073f462020-10-28 12:48:24 +000022 name: "art-run-test-680-checker-deopt-dex-pc-0-expected-stdout",
23 out: ["art-run-test-680-checker-deopt-dex-pc-0-expected-stdout.txt"],
24 srcs: ["expected-stdout.txt"],
Roland Levillain6b0b2e72020-09-08 16:36:13 +010025 cmd: "cp -f $(in) $(out)",
Roland Levillain01e56982020-02-10 12:28:01 +000026}
Roland Levillainb15e8792020-10-28 12:20:59 +000027
28// Test's expected standard error.
29genrule {
30 name: "art-run-test-680-checker-deopt-dex-pc-0-expected-stderr",
31 out: ["art-run-test-680-checker-deopt-dex-pc-0-expected-stderr.txt"],
32 srcs: ["expected-stderr.txt"],
33 cmd: "cp -f $(in) $(out)",
34}