Neither of these tests works under MLFQS.
[pintos-anon] / src / tests / threads / p1-1.c
index 03c4d72bc519535a3d622f6e2a1ed51a313e16b1..7e528668addb5e2735f5b3a16e6d21585852cff6 100644 (file)
    Taskar <btaskar@cs.stanford.edu>, and Toli Kuznets
    <tolik@cs.stanford.edu>. */
 
+#ifdef MLFQS
+#error This test not applicable with MLFQS enabled.
+#endif
+
 #include "threads/test.h"
 #include <stdio.h>
 #include "threads/synch.h"