Skip to content

Commit c426a3b

Browse files
committed
---
yaml --- r: 278153 b: refs/heads/auto c: ca03b81 h: refs/heads/master i: 278151: 50683d1
1 parent 40a2e42 commit c426a3b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
88
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
99
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1010
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
11-
refs/heads/auto: b6fc4abe44da7563851c8e137e16a72f2d7d6832
11+
refs/heads/auto: ca03b81abb62b12853d9e0133765355dc6958c59
1212
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1313
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336
1414
refs/tags/0.2: 1754d02027f2924bed83b0160ee340c7f41d5ea1

branches/auto/src/tools/compiletest/src/runtest.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use std::process::{Command, Output, ExitStatus};
3333
pub fn run(config: Config, testpaths: &TestPaths) {
3434
match &*config.target {
3535

36-
"arm-linux-androideabi" | "aarch64-linux-android" => {
36+
"arm-linux-androideabi" | "armv7-linux-androideabi" | "aarch64-linux-android" => {
3737
if !config.adb_device_status {
3838
panic!("android device not available");
3939
}
@@ -424,7 +424,7 @@ actual:\n\
424424

425425
let debugger_run_result;
426426
match &*self.config.target {
427-
"arm-linux-androideabi" | "aarch64-linux-android" => {
427+
"arm-linux-androideabi" | "armv7-linux-androideabi" | "aarch64-linux-android" => {
428428

429429
cmds = cmds.replace("run", "continue");
430430

@@ -1132,7 +1132,7 @@ actual:\n\
11321132

11331133
match &*self.config.target {
11341134

1135-
"arm-linux-androideabi" | "aarch64-linux-android" => {
1135+
"arm-linux-androideabi" | "armv7-linux-androideabi" | "aarch64-linux-android" => {
11361136
self._arm_exec_compiled_test(env)
11371137
}
11381138

@@ -1230,7 +1230,7 @@ actual:\n\
12301230
}
12311231

12321232
match &*self.config.target {
1233-
"arm-linux-androideabi" | "aarch64-linux-android" => {
1233+
"arm-linux-androideabi" | "armv7-linux-androideabi" | "aarch64-linux-android" => {
12341234
self._arm_push_aux_shared_library();
12351235
}
12361236
_ => {}

0 commit comments

Comments
 (0)