-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathruntests.log
More file actions
80 lines (66 loc) · 2.02 KB
/
runtests.log
File metadata and controls
80 lines (66 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
starting build
**********************************************************************
Test build
build xv6 using make
**********************************************************************
Trying to build project using make
make
make: Nothing to be done for 'all'.
test build PASSED
(build xv6 using make)
starting fork_join
**********************************************************************
Test fork_join
after fork(), join() should not succeed
**********************************************************************
Running xv6 user progam /u/c/s/cs537-1/ta/tests/4b-new/ctests/fork_join.c
Trying to build project using make
make
gcc -I include -nostdinc -Wall -Werror -ggdb -fno-pic -fno-builtin -fno-strict-aliasing -fno-stack-protector -m32 \
-M -MG user/tester.c -MF user/tester.d -MT user/tester.d -MT user/tester.o
gcc -I include -nostdinc -Wall -Werror -ggdb -fno-pic -fno-builtin -fno-strict-aliasing -fno-stack-protector -m32 -c -o user/tester.o user/tester.c
ld -m elf_i386 -nostdlib --omagic --entry=main --section-start=.text=0x0 --output=user/bin/tester user/tester.o user/ulib.o user/usys.o user/printf.o user/umalloc.o
cp user/bin/tester fs/tester
./tools/mkfs fs.img fs
used 29 (bit 1 ninode 26) free 29 total 1024
mkdir
ls
rm
usertests
stressfs
ln
cat
sh
init
README
wc
echo
kill
zombie
grep
tester
balloc: first 456 blocks have been allocated
balloc: write bitmap block at sector 28
rm user/bin/tester
make qemu-nox
Ctrl+a h for help
/u/c/s/cs537-1/ta/tools/qemu -nographic -drive file=fs.img,index=1,media=disk,format=raw -drive file=xv6.img,index=0,media=disk,format=raw -smp 2
xv6...
lapicinit: 1 0xfee00000
cpu1: starting
cpu0: starting
init: starting sh
$ tester
tester
PASSED TEST!
test fork_join PASSED (10 of 10)
(after fork(), join() should not succeed)
**********************************************************************
Summary:
test build PASSED
(build xv6 using make)
test fork_join PASSED (10 of 10)
(after fork(), join() should not succeed)
Passed 2 of 2 tests.
Overall 2 of 2
Points 10 of 10