X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=doc%2Fthreads.texi;fp=doc%2Fthreads.texi;h=c9094bc2d073ddd5642aad218fc82465ecabdc5c;hp=bf8546e20526523a22fec5da30b76d68ddf9364a;hb=d1f5f225664a03ad505038955f72d1c643365583;hpb=30343d465a99bcfafefb4334a9e080a4499f0b48 diff --git a/doc/threads.texi b/doc/threads.texi index bf8546e..c9094bc 100644 --- a/doc/threads.texi +++ b/doc/threads.texi @@ -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.,