diff options
| author | manuel <manuel@mausz.at> | 2012-03-27 11:51:08 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2012-03-27 11:51:08 +0200 |
| commit | 4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b (patch) | |
| tree | 868c52e06f207b5ec8a3cc141f4b8b2bdfcc165c /pintos-progos/tests/userprog/rox-multichild.ck | |
| parent | eae0bd57f0a26314a94785061888d193d186944a (diff) | |
| download | progos-4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b.tar.gz progos-4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b.tar.bz2 progos-4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b.zip | |
reorganize file structure to match the upstream requirements
Diffstat (limited to 'pintos-progos/tests/userprog/rox-multichild.ck')
| -rw-r--r-- | pintos-progos/tests/userprog/rox-multichild.ck | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/pintos-progos/tests/userprog/rox-multichild.ck b/pintos-progos/tests/userprog/rox-multichild.ck deleted file mode 100644 index 14b27db..0000000 --- a/pintos-progos/tests/userprog/rox-multichild.ck +++ /dev/null | |||
| @@ -1,44 +0,0 @@ | |||
| 1 | # -*- perl -*- | ||
| 2 | use strict; | ||
| 3 | use warnings; | ||
| 4 | use tests::tests; | ||
| 5 | check_expected ([<<'EOF']); | ||
| 6 | (rox-multichild) begin | ||
| 7 | (rox-multichild) open "child-rox" | ||
| 8 | (rox-multichild) read "child-rox" | ||
| 9 | (rox-multichild) write "child-rox" | ||
| 10 | (rox-multichild) exec "child-rox 5" | ||
| 11 | (child-rox) begin | ||
| 12 | (child-rox) try to write "child-rox" | ||
| 13 | (child-rox) exec "child-rox 4" | ||
| 14 | (child-rox) begin | ||
| 15 | (child-rox) try to write "child-rox" | ||
| 16 | (child-rox) exec "child-rox 3" | ||
| 17 | (child-rox) begin | ||
| 18 | (child-rox) try to write "child-rox" | ||
| 19 | (child-rox) exec "child-rox 2" | ||
| 20 | (child-rox) begin | ||
| 21 | (child-rox) try to write "child-rox" | ||
| 22 | (child-rox) exec "child-rox 1" | ||
| 23 | (child-rox) begin | ||
| 24 | (child-rox) try to write "child-rox" | ||
| 25 | (child-rox) try to write "child-rox" | ||
| 26 | (child-rox) end | ||
| 27 | child-rox: exit(12) | ||
| 28 | (child-rox) try to write "child-rox" | ||
| 29 | (child-rox) end | ||
| 30 | child-rox: exit(12) | ||
| 31 | (child-rox) try to write "child-rox" | ||
| 32 | (child-rox) end | ||
| 33 | child-rox: exit(12) | ||
| 34 | (child-rox) try to write "child-rox" | ||
| 35 | (child-rox) end | ||
| 36 | child-rox: exit(12) | ||
| 37 | (child-rox) try to write "child-rox" | ||
| 38 | (child-rox) end | ||
| 39 | child-rox: exit(12) | ||
| 40 | (rox-multichild) write "child-rox" | ||
| 41 | (rox-multichild) end | ||
| 42 | rox-multichild: exit(0) | ||
| 43 | EOF | ||
| 44 | pass; | ||
