components/ant/patches/tests.patch
branchs11-update
changeset 2433 0f0e1a4f811b
equal deleted inserted replaced
2432:c9397a624d30 2433:0f0e1a4f811b
       
     1 https://issues.apache.org/bugzilla/show_bug.cgi?id=50507#c10
       
     2 http://svn.apache.org/viewvc?view=revision&revision=1297113
       
     3 
       
     4 --- trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ExecTaskTest.java	2012/03/05 16:08:43	1297112
       
     5 +++ trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ExecTaskTest.java	2012/03/05 16:09:56	1297113
       
     6 @@ -103,10 +103,12 @@
       
     7          logFile = new File(logFile.getAbsolutePath());
       
     8          assertTrue("log file found after spawn", logFile.exists());
       
     9      }
       
    10 -    
       
    11 +
       
    12 +    /* XXX #50507 - fails at least on Linux
       
    13      public void testOutAndErr() {
       
    14          project.executeTarget("test-out-and-err");
       
    15      }
       
    16 +    */
       
    17  
       
    18      private static class MonitoredBuild implements Runnable {
       
    19          private Thread worker;