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/vm/mmap-inherit.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/vm/mmap-inherit.ck')
| -rw-r--r-- | pintos-progos/tests/vm/mmap-inherit.ck | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pintos-progos/tests/vm/mmap-inherit.ck b/pintos-progos/tests/vm/mmap-inherit.ck deleted file mode 100644 index c54638a..0000000 --- a/pintos-progos/tests/vm/mmap-inherit.ck +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | # -*- perl -*- | ||
| 2 | use strict; | ||
| 3 | use warnings; | ||
| 4 | use tests::tests; | ||
| 5 | check_expected (IGNORE_USER_FAULTS => 1, [<<'EOF']); | ||
| 6 | (mmap-inherit) begin | ||
| 7 | (mmap-inherit) open "sample.txt" | ||
| 8 | (mmap-inherit) mmap "sample.txt" | ||
| 9 | (mmap-inherit) exec "child-inherit" | ||
| 10 | (child-inherit) begin | ||
| 11 | child-inherit: exit(-1) | ||
| 12 | (mmap-inherit) checking that mmap'd file still has same data | ||
| 13 | (mmap-inherit) end | ||
| 14 | mmap-inherit: exit(0) | ||
| 15 | EOF | ||
| 16 | pass; | ||
