Commit a661302
[Cache][SPIRV] Fix flacky test... again
The underlying issue was that I forgot to clean the cache directory
before running the test. So the test ended up running sometimes on a
dirty cache yielding bad fails.
Since the code is only running a single comgr action that only converts
spirv->bc, the contents of the cache should be 2 files:
* the bitcode
* the cache timestamp1 parent 84c7a38 commit a661302
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments