Christophe Lyon | 73ac1d8 | 2018-06-12 13:32:47 +0000 | [diff] [blame] | 1 | # List of tests which depend on the host HW |
2 | # Such tests PASS if the HW supports the feature, or are either absent | ||||
3 | # or UNSUPPORTED otherwise. | ||||
4 | # A FAIL should be reported as an error | ||||
5 | # | ||||
6 | # Syntax: | ||||
7 | # target:test name | ||||
8 | # | ||||
9 | # gcc | ||||
10 | test1-hwdep-pass-pass | ||||
11 | test2-hwdep-pass-xpass | ||||
12 | test3-hwdep-pass-fail | ||||
13 | test4-hwdep-pass-xfail | ||||
14 | test5-hwdep-pass-disappears | ||||
15 | test6-hwdep-pass-unsupported | ||||
16 | test7-hwdep-pass-untested | ||||
17 | test8-hwdep-pass-unresolved | ||||
18 |