components/ant/patches/tests.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 10 Dec 2012 23:00:56 -0800
changeset 1078 29b8fb943842
parent 1002 f207010660ab
permissions -rw-r--r--
Added tag s12-11 for changeset 17d2fc72ab7f

https://issues.apache.org/bugzilla/show_bug.cgi?id=50507#c10
http://svn.apache.org/viewvc?view=revision&revision=1297113

--- trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ExecTaskTest.java	2012/03/05 16:08:43	1297112
+++ trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ExecTaskTest.java	2012/03/05 16:09:56	1297113
@@ -103,10 +103,12 @@
         logFile = new File(logFile.getAbsolutePath());
         assertTrue("log file found after spawn", logFile.exists());
     }
-    
+
+    /* XXX #50507 - fails at least on Linux
     public void testOutAndErr() {
         project.executeTarget("test-out-and-err");
     }
+    */
 
     private static class MonitoredBuild implements Runnable {
         private Thread worker;