Author: fperrad
Date: Thu Mar 20 04:06:18 2008
New Revision: 26503
Modified:
trunk/tools/install/smoke.pl
Log:
[install]
- dotnet test becomes a TODO
Modified: trunk/tools/install/smoke.pl
==============================================================================
--- trunk/tools/install/smoke.pl (original)
+++ trunk/tools/install/smoke.pl Thu Mar 20 04:06:18 2008
@@ -112,8 +112,12 @@
$out = `$parrot languages/cardinal/cardinal.pbc -e "print 'hello world';"`;
ok($out eq "hello world\n", "check cardinal");
+TODO: {
+ local $TODO = 'broken since ppd17pmc merge';
+
$out = `$parrot languages/dotnet/net2pbc.pbc`;
ok($out =~ /^Usage/, "check dotnet");
+}
$filename = 'test.js';
open $FH, '>', $filename