Skip to content

Commit

Permalink
Add mcts tag to MainlineCTS ART test modules. am: e51ddd7
Browse files Browse the repository at this point in the history
Original change: https://googleplex-android-review.googlesource.com/c/platform/art/+/25669329

Change-Id: I28ee1c2b52002536b93261cd193b691c0245c20b
Signed-off-by: Automerger Merge Worker <[email protected]>
  • Loading branch information
chaseliutb authored and android-build-merge-worker-robot committed Dec 18, 2023
2 parents 6f2eed6 + e51ddd7 commit c6ab01b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
5 changes: 4 additions & 1 deletion dex2oat/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -550,5 +550,8 @@ art_cc_test {
":generate-boot-image",
],
test_config: "art_standalone_dex2oat_cts_tests.xml",
test_suites: ["cts"],
test_suites: [
"cts",
"mcts-art",
],
}
5 changes: 4 additions & 1 deletion libartpalette/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,8 @@ art_cc_test {
"art_libartpalette_tests_defaults",
],
test_config_template: ":art-gtests-target-standalone-cts-template",
test_suites: ["cts"],
test_suites: [
"cts",
"mcts-art",
],
}
1 change: 1 addition & 0 deletions libnativebridge/tests/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ cc_test {
"cts",
"general-tests",
"mts-art",
"mcts-art",
],
}

Expand Down
1 change: 1 addition & 0 deletions libnativeloader/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ art_cc_test {
test_suites: [
"cts",
"mts-art",
"mcts-art",
],
}

Expand Down
5 changes: 4 additions & 1 deletion test/018-stack-overflow/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ java_test {
":art-run-test-018-stack-overflow-expected-stdout",
":art-run-test-018-stack-overflow-expected-stderr",
],
test_suites: ["cts"],
test_suites: [
"cts",
"mcts-art",
],
}

// Test's expected standard output.
Expand Down
5 changes: 4 additions & 1 deletion test/048-reflect-v8/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ java_test {
":art-run-test-048-reflect-v8-expected-stdout",
":art-run-test-048-reflect-v8-expected-stderr",
],
test_suites: ["cts"],
test_suites: [
"cts",
"mcts-art",
],
}

// Test's expected standard output.
Expand Down

0 comments on commit c6ab01b

Please sign in to comment.