projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad1b604
)
Add another valid alternative for exec-missing output.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 5 Mar 2005 03:25:49 +0000
(
03:25
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 5 Mar 2005 03:25:49 +0000
(
03:25
+0000)
grading/userprog/exec-missing.exp
patch
|
blob
|
history
diff --git
a/grading/userprog/exec-missing.exp
b/grading/userprog/exec-missing.exp
index 56670408890eaf4fd17e6759fc2710ce15c61bbe..9241cc746e589ccd76b7eb49a2b9af3c53849348 100644
(file)
--- a/
grading/userprog/exec-missing.exp
+++ b/
grading/userprog/exec-missing.exp
@@
-5,6
+5,11
@@
load: no-such-file: open failed
exec-missing: exit(0)
--OR--
(exec-missing) begin
+(exec-missing) exec("no-such-file"): -1
+(exec-missing) end
+exec-missing: exit(0)
+--OR--
+(exec-missing) begin
load: no-such-file: open failed
no-such-file: exit(-1)
(exec-missing) exec("no-such-file"): -1