Commit 93960e5
committed
Arm backend: Rework "no_target" test collection
Prior to this patch, test_arm_baremetal.sh would consider all tests
containing the substring `no_target` in their names to be tests that
lacks a TOSA target. This patch changes this concept such that tests
that do not match against any target ("u55", "u85", "tosa" and
"vgf" as of now), will be considered to have no target; therefore,
targetless tests must no longer include the no_target substring in their
names.
This patch fixes a problem where a test could be skipped because it
wasn't matching against any target substring (including no_target). Such
tests will now instead be considered targetless and always run.
Signed-off-by: Martin Lindström <Martin.Lindstroem@arm.com>
Change-Id: I1cff769ce6bd5595db9f26c1506adcae564f4ea81 parent 71de34d commit 93960e5
2 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | | - | |
206 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | | - | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
92 | | - | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
0 commit comments