-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate ART test files (2021-10-29).
Output of `art/test/utils/regen-test-files`: $ art/test/utils/regen-test-files Generated Blueprint files for 633 ART run-tests out of 945 (66%). Generated TEST_MAPPING entries for 378 ART run-tests out of 945 (40%): 378 ART run-tests (100%) in `mainline-presubmit` test group. 19 ART gtests (100%) in `mainline-presubmit` test group. 378 ART run-tests (100%) in `presubmit` test group. 19 ART gtests (100%) in `presubmit` test group. 0 ART run-tests (0%) in `postsubmit` test group. Test: atest art-run-test-2234-checker-remove-entry-suspendcheck Test: atest art-run-test-2236-JdkUnsafeGetLong-regression Test: atest art-run-test-581-checker-rtp Test: atest art-run-test-828-partial-lse Test: atest --test-mapping art:presubmit Change-Id: I38ecc73d772fbce9e885d881a64c9b27711f1311
- Loading branch information
1 parent
227b613
commit 667584d
Showing
6 changed files
with
194 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
// Generated by `regen-test-files`. Do not edit manually. | ||
|
||
// Build rules for ART run-test `2234-checker-remove-entry-suspendcheck`. | ||
|
||
package { | ||
// See: http://go/android-license-faq | ||
// A large-scale-change added 'default_applicable_licenses' to import | ||
// all of the 'license_kinds' from "art_license" | ||
// to get the below license kinds: | ||
// SPDX-license-identifier-Apache-2.0 | ||
default_applicable_licenses: ["art_license"], | ||
} | ||
|
||
// Test's Dex code. | ||
java_test { | ||
name: "art-run-test-2234-checker-remove-entry-suspendcheck", | ||
defaults: ["art-run-test-defaults"], | ||
test_config_template: ":art-run-test-target-template", | ||
srcs: ["src/**/*.java"], | ||
data: [ | ||
":art-run-test-2234-checker-remove-entry-suspendcheck-expected-stdout", | ||
":art-run-test-2234-checker-remove-entry-suspendcheck-expected-stderr", | ||
], | ||
// Include the Java source files in the test's artifacts, to make Checker assertions | ||
// available to the TradeFed test runner. | ||
include_srcs: true, | ||
} | ||
|
||
// Test's expected standard output. | ||
genrule { | ||
name: "art-run-test-2234-checker-remove-entry-suspendcheck-expected-stdout", | ||
out: ["art-run-test-2234-checker-remove-entry-suspendcheck-expected-stdout.txt"], | ||
srcs: ["expected-stdout.txt"], | ||
cmd: "cp -f $(in) $(out)", | ||
} | ||
|
||
// Test's expected standard error. | ||
genrule { | ||
name: "art-run-test-2234-checker-remove-entry-suspendcheck-expected-stderr", | ||
out: ["art-run-test-2234-checker-remove-entry-suspendcheck-expected-stderr.txt"], | ||
srcs: ["expected-stderr.txt"], | ||
cmd: "cp -f $(in) $(out)", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
// Generated by `regen-test-files`. Do not edit manually. | ||
|
||
// Build rules for ART run-test `674-HelloWorld-Dm`. | ||
|
||
package { | ||
// See: http://go/android-license-faq | ||
// A large-scale-change added 'default_applicable_licenses' to import | ||
// all of the 'license_kinds' from "art_license" | ||
// to get the below license kinds: | ||
// SPDX-license-identifier-Apache-2.0 | ||
default_applicable_licenses: ["art_license"], | ||
} | ||
|
||
// Test's Dex code. | ||
java_test { | ||
name: "art-run-test-674-HelloWorld-Dm", | ||
defaults: ["art-run-test-defaults"], | ||
test_config_template: ":art-run-test-target-no-test-suite-tag-template", | ||
srcs: ["src/**/*.java"], | ||
data: [ | ||
":art-run-test-674-HelloWorld-Dm-expected-stdout", | ||
":art-run-test-674-HelloWorld-Dm-expected-stderr", | ||
], | ||
} | ||
|
||
// Test's expected standard output. | ||
genrule { | ||
name: "art-run-test-674-HelloWorld-Dm-expected-stdout", | ||
out: ["art-run-test-674-HelloWorld-Dm-expected-stdout.txt"], | ||
srcs: ["expected-stdout.txt"], | ||
cmd: "cp -f $(in) $(out)", | ||
} | ||
|
||
// Test's expected standard error. | ||
genrule { | ||
name: "art-run-test-674-HelloWorld-Dm-expected-stderr", | ||
out: ["art-run-test-674-HelloWorld-Dm-expected-stderr.txt"], | ||
srcs: ["expected-stderr.txt"], | ||
cmd: "cp -f $(in) $(out)", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
// Generated by `regen-test-files`. Do not edit manually. | ||
|
||
// Build rules for ART run-test `828-partial-lse`. | ||
|
||
package { | ||
// See: http://go/android-license-faq | ||
// A large-scale-change added 'default_applicable_licenses' to import | ||
// all of the 'license_kinds' from "art_license" | ||
// to get the below license kinds: | ||
// SPDX-license-identifier-Apache-2.0 | ||
default_applicable_licenses: ["art_license"], | ||
} | ||
|
||
// Test's Dex code. | ||
java_test { | ||
name: "art-run-test-828-partial-lse", | ||
defaults: ["art-run-test-defaults"], | ||
test_config_template: ":art-run-test-target-template", | ||
srcs: ["src/**/*.java"], | ||
data: [ | ||
":art-run-test-828-partial-lse-expected-stdout", | ||
":art-run-test-828-partial-lse-expected-stderr", | ||
], | ||
} | ||
|
||
// Test's expected standard output. | ||
genrule { | ||
name: "art-run-test-828-partial-lse-expected-stdout", | ||
out: ["art-run-test-828-partial-lse-expected-stdout.txt"], | ||
srcs: ["expected-stdout.txt"], | ||
cmd: "cp -f $(in) $(out)", | ||
} | ||
|
||
// Test's expected standard error. | ||
genrule { | ||
name: "art-run-test-828-partial-lse-expected-stderr", | ||
out: ["art-run-test-828-partial-lse-expected-stderr.txt"], | ||
srcs: ["expected-stderr.txt"], | ||
cmd: "cp -f $(in) $(out)", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
// Generated by `regen-test-files`. Do not edit manually. | ||
|
||
// Build rules for ART run-test `832-cha-recursive`. | ||
|
||
package { | ||
// See: http://go/android-license-faq | ||
// A large-scale-change added 'default_applicable_licenses' to import | ||
// all of the 'license_kinds' from "art_license" | ||
// to get the below license kinds: | ||
// SPDX-license-identifier-Apache-2.0 | ||
default_applicable_licenses: ["art_license"], | ||
} | ||
|
||
// Test's Dex code. | ||
java_test { | ||
name: "art-run-test-832-cha-recursive", | ||
defaults: ["art-run-test-defaults"], | ||
test_config_template: ":art-run-test-target-no-test-suite-tag-template", | ||
srcs: ["src/**/*.java"], | ||
data: [ | ||
":art-run-test-832-cha-recursive-expected-stdout", | ||
":art-run-test-832-cha-recursive-expected-stderr", | ||
], | ||
} | ||
|
||
// Test's expected standard output. | ||
genrule { | ||
name: "art-run-test-832-cha-recursive-expected-stdout", | ||
out: ["art-run-test-832-cha-recursive-expected-stdout.txt"], | ||
srcs: ["expected-stdout.txt"], | ||
cmd: "cp -f $(in) $(out)", | ||
} | ||
|
||
// Test's expected standard error. | ||
genrule { | ||
name: "art-run-test-832-cha-recursive-expected-stderr", | ||
out: ["art-run-test-832-cha-recursive-expected-stderr.txt"], | ||
srcs: ["expected-stderr.txt"], | ||
cmd: "cp -f $(in) $(out)", | ||
} |