Commit 3d5e301
Support more test names in difftest (#313)
* Support more test names in difftest
These all now work. Previously, the path ones did not work:
- cargo difftest -- difftests::arch::workgroup_memory (original format)
- cargo difftest -- arch/workgroup_memory (path-like format)
- cargo difftest -- arch (directory filter)
* remove unnecessary `difftests::` prepend
---------
Co-authored-by: Firestar99 <[email protected]>1 parent f583740 commit 3d5e301
1 file changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
114 | 135 | | |
115 | 136 | | |
116 | 137 | | |
| |||
0 commit comments