Mark test alarm-priority as timing-sensitive
authorJohn Ousterhout <ouster@cs.stanford.edu>
Fri, 1 May 2020 23:56:30 +0000 (16:56 -0700)
committerJohn Ousterhout <ouster@cs.stanford.edu>
Tue, 12 May 2020 04:10:50 +0000 (21:10 -0700)
doc/threads.texi

index bf8546e20526523a22fec5da30b76d68ddf9364a..c9094bc2d073ddd5642aad218fc82465ecabdc5c 100644 (file)
@@ -648,7 +648,8 @@ to cause many of the tests to fail.
 Using the jitter feature in Bochs (@pxref{Debugging versus Testing})
 is a great way to discover bugs that are timing dependent. However,
 the following tests are known to
-fail with jitter even if your code is correct: @code{alarm-simultaneous},
+fail with jitter even if your code is correct: @code{alarm-priority},
+@code{alarm-simultaneous},
 @code{mlfqs-recent-1}, @code{mlfqs-fair-2}, @code{mlfqs-fair-20},
 @code{mlfqs-nice-2}, @code{mlfqs-nice-10}, and @code{priority-fifo}.
 The behavior of these tests can sometimes vary based on timing (e.g.,