Commit 9654152
committed
gh-130363: add a test resource to mark tests that need an idle system
Some tests are very sensitive to timing and will fail on a loaded system,
typically because there are small windows for timeouts to trigger in.
Some of these are poorly implemented tests which can be improved, but
others may genuinely have strict timing requirements.
Add a test resource so that these tests can be marked as such, and only
ran when the system is known to be idle.
Change-Id: I364eca150e7ac10e5ffd8cfb480135427e7dc5dd1 parent 39ba4b6 commit 9654152
File tree
3 files changed
+6
-1
lines changed- Lib/test/libregrtest
- Misc/NEWS.d/next/Tests
3 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments