Home | History | Annotate | Download | only in Scripts

Lines Matching refs:passed

36 # Run all the tests passed in on the command line.
37 # If no tests are passed, find all the .html, .shtml, .xml, .xhtml, .xhtmlmp, .pl, .php (and svg) files in the test directory.
760 # Format expected hash into a suffix string that is appended to the path / URL passed to DRT
874 my $diffResult = "passed";
927 if (/^diff: (.+)% (passed|failed)/) {
984 } elsif ($actual eq $expected && $diffResult eq "passed") {
2620 my $passCount = $counts{match} || 0; # $counts{match} will be undefined if we've not yet passed a test (e.g. the first test fails).