Move problem 1-2 (join) into project 2 as the "wait" system call.
[pintos-anon] / grading / threads / join-nested.exp
diff --git a/grading/threads/join-nested.exp b/grading/threads/join-nested.exp
deleted file mode 100644 (file)
index 17ebd14..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-Testing nested join.
-Threads 0 to 7 should start in numerical order
-and finish in reverse order.
-Thread 0 starting.
-Thread 1 starting.
-Thread 2 starting.
-Thread 3 starting.
-Thread 4 starting.
-Thread 5 starting.
-Thread 6 starting.
-Thread 7 starting.
-Thread 7 done.
-Thread 6 done.
-Thread 5 done.
-Thread 4 done.
-Thread 3 done.
-Thread 2 done.
-Thread 1 done.
-Thread 0 done.
-Nested join test done.