[PATCH 9/9] cmd/tests: adapt TODOs in test output (parameter passing)

Martin Wilck mwilck at arcor.de
Mon Sep 19 18:51:19 CDT 2011


---
 programs/cmd/tests/test_builtins.cmd.exp |    8 ++++----
 programs/cmd/tests/test_cmdline.cmd.exp  |   18 +++++++++---------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/programs/cmd/tests/test_builtins.cmd.exp b/programs/cmd/tests/test_builtins.cmd.exp
index 31b1780..cb0a5c2 100644
--- a/programs/cmd/tests/test_builtins.cmd.exp
+++ b/programs/cmd/tests/test_builtins.cmd.exp
@@ -718,16 +718,16 @@ foo at space@
 foo 8
 foo at space@@space@
 foo bar at space@
- at todo_wine@foo ""@space@
- at todo_wine@"" bar at space@
+foo ""@space@
+"" bar at space@
 foo ''@space@
 '' bar at space@
 ... internal routines ...
 bar :testRoutine
 foo at space@
 foo bar
- at todo_wine@foo ""
- at todo_wine@"" bar
+foo ""
+"" bar
 foo ''
 '' bar
 ... with builtins ...
diff --git a/programs/cmd/tests/test_cmdline.cmd.exp b/programs/cmd/tests/test_cmdline.cmd.exp
index a5f3ca2..7772488 100755
--- a/programs/cmd/tests/test_cmdline.cmd.exp
+++ b/programs/cmd/tests/test_cmdline.cmd.exp
@@ -192,28 +192,28 @@
 1:1(2),2:@space@
 
 >call tell(1) 
- at todo_wine@1:(1),2:@space@
+1:(1),2:@space@
 
 >call tell((1)) 
- at todo_wine@1:((1)),2:@space@
+1:((1)),2:@space@
 
 >call tell(1)(2) 
- at todo_wine@1:(1)(2),2:@space@
+1:(1)(2),2:@space@
 
 >call tell(1);,;(2) 
- at todo_wine@1:(1),2:(2)@space@
+1:(1),2:(2)@space@
 
 >call tell;1 2 
- at todo_wine@1:1,2:2 at space@
+1:1,2:2 at space@
 
 >call tell; 1, ;2 
- at todo_wine@1:1,2:2 at space@
+1:1,2:2 at space@
 
 >call tell;1;;2 
- at todo_wine@1:1,2:2 at space@
+1:1,2:2 at space@
 
 >call tell "p "1 p" "2 
- at todo_wine@1:"p at space@"1,2:p"@space@"2 at space@
+1:"p at space@"1,2:p"@space@"2 at space@
 
 >call tell p"1 p";2 
- at todo_wine@1:p"1 at space@p",2:2 at space@
+1:p"1 at space@p",2:2 at space@
-- 
1.7.3.4



More information about the wine-patches mailing list