]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/bin/result-filter.pl
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / bin / result-filter.pl
index 8168e794f181fabaaf4038b9dbd7085c778dc4c8..9c92392d975d994a903e10197782fa1d18bcf0e0 100755 (executable)
@@ -93,6 +93,15 @@ sub process_entry
     {
        printf "%-40s FAIL Makefile failure\n", $test_name;
        $total_count++;
+       #my $line1;
+       #foreach $line1 (@{$$tbl{stdout}})
+       #{
+       #    printf "stdout: %s\n", $line1;
+       #}
+       #foreach $line1 (@{$$tbl{stderr}})
+       #{
+       #    printf "stderr: %s\n", $line1;
+       #}
        return;
     }
 
@@ -127,5 +136,14 @@ sub process_entry
     {
        printf "%-40s AMBIGIOUS missing [X]PASS/[X]FAIL\n", $test_name;
        $total_count++;
+       #my $line1;
+       #foreach $line1 (@{$$tbl{stdout}})
+       #{
+       #    printf "stdout: %s\n", $line1;
+       #}
+       #foreach $line1 (@{$$tbl{stderr}})
+       #{
+       #    printf "stderr: %s\n", $line1;
+       #}
     }
 }