Roland Levillain | 01e5698 | 2020-02-10 12:28:01 +0000 | [diff] [blame] | 1 | // Generated by `regen-test-files`. Do not edit manually. |
Roland Levillain | 6b0b2e7 | 2020-09-08 16:36:13 +0100 | [diff] [blame] | 2 | |
| 3 | // Build rules for ART run-test `680-checker-deopt-dex-pc-0`. |
| 4 | |
| 5 | // Test's Dex code. |
Roland Levillain | 01e5698 | 2020-02-10 12:28:01 +0000 | [diff] [blame] | 6 | java_test { |
| 7 | name: "art-run-test-680-checker-deopt-dex-pc-0", |
| 8 | defaults: ["art-run-test-defaults"], |
Roland Levillain | 4258f9e | 2020-10-13 12:10:59 +0100 | [diff] [blame] | 9 | test_config_template: ":art-run-test-target-no-test-suite-tag-template", |
Roland Levillain | 01e5698 | 2020-02-10 12:28:01 +0000 | [diff] [blame] | 10 | srcs: ["src/**/*.java"], |
Roland Levillain | b15e879 | 2020-10-28 12:20:59 +0000 | [diff] [blame^] | 11 | 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 Riazanovskiy | 1e20e51 | 2020-09-08 21:32:06 +0000 | [diff] [blame] | 15 | // 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 Levillain | 6b0b2e7 | 2020-09-08 16:36:13 +0100 | [diff] [blame] | 18 | } |
| 19 | |
Roland Levillain | b15e879 | 2020-10-28 12:20:59 +0000 | [diff] [blame^] | 20 | // Test's expected standard output. |
Roland Levillain | 6b0b2e7 | 2020-09-08 16:36:13 +0100 | [diff] [blame] | 21 | genrule { |
Roland Levillain | a073f46 | 2020-10-28 12:48:24 +0000 | [diff] [blame] | 22 | 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 Levillain | 6b0b2e7 | 2020-09-08 16:36:13 +0100 | [diff] [blame] | 25 | cmd: "cp -f $(in) $(out)", |
Roland Levillain | 01e5698 | 2020-02-10 12:28:01 +0000 | [diff] [blame] | 26 | } |
Roland Levillain | b15e879 | 2020-10-28 12:20:59 +0000 | [diff] [blame^] | 27 | |
| 28 | // Test's expected standard error. |
| 29 | genrule { |
| 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 | } |