projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74c7b31
)
Make sure that we're not being tested with MLFQS on.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 11 Oct 2004 22:34:27 +0000
(22:34 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 11 Oct 2004 22:34:27 +0000
(22:34 +0000)
src/tests/threads/p1-3.c
patch
|
blob
|
history
diff --git
a/src/tests/threads/p1-3.c
b/src/tests/threads/p1-3.c
index 3b488363efb75d629440c1553a5bfc4559017086..3caa7f9f7ea947b840886ef63ef73aca4294a274 100644
(file)
--- a/
src/tests/threads/p1-3.c
+++ b/
src/tests/threads/p1-3.c
@@
-11,6
+11,10
@@
#include "threads/synch.h"
#include "threads/thread.h"
+#ifdef MLFQS
+#error This test not applicable with MLFQS enabled.
+#endif
+
static void test_preempt (void);
static void test_fifo (void);
static void test_donate_return (void);