Commit c146b53
committed
Allow openmp tests to re-run two times
Once llvm/llvm-project#141851 is merged, we can
use the new lit-option `--max-retries-per-test=<POSTIVE_INT>` in order to
re-run openmp tests.
This change makes use of this option and configures it, so that openmp
tests are re-run 4 times if needed. To prove that this works, we no
longer filter out the flaky tests.
Once llvm/llvm-project#142413 lands we can add
`--show-attempts-count` to show how many attempts were actually needed.
See also:
* https://issues.redhat.com/browse/LLVM-145
* llvm/llvm-project#127796
* llvm/llvm-project#1177731 parent faa5ec6 commit c146b53
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2298 | 2298 | | |
2299 | 2299 | | |
2300 | 2300 | | |
| 2301 | + | |
2301 | 2302 | | |
2302 | 2303 | | |
2303 | 2304 | | |
| |||
2316 | 2317 | | |
2317 | 2318 | | |
2318 | 2319 | | |
| 2320 | + | |
2319 | 2321 | | |
2320 | 2322 | | |
2321 | 2323 | | |
2322 | 2324 | | |
2323 | 2325 | | |
2324 | 2326 | | |
| 2327 | + | |
2325 | 2328 | | |
2326 | 2329 | | |
2327 | 2330 | | |
2328 | 2331 | | |
2329 | 2332 | | |
2330 | 2333 | | |
| 2334 | + | |
2331 | 2335 | | |
2332 | 2336 | | |
2333 | 2337 | | |
| |||
2429 | 2433 | | |
2430 | 2434 | | |
2431 | 2435 | | |
| 2436 | + | |
| 2437 | + | |
| 2438 | + | |
| 2439 | + | |
| 2440 | + | |
| 2441 | + | |
| 2442 | + | |
| 2443 | + | |
| 2444 | + | |
| 2445 | + | |
| 2446 | + | |
| 2447 | + | |
| 2448 | + | |
| 2449 | + | |
2432 | 2450 | | |
2433 | 2451 | | |
2434 | 2452 | | |
| |||
0 commit comments