Home | History | Annotate | Download | only in Scripts

Lines Matching full:push

384     push @INC, $productDir;
499 push @toolArgs, "--pixel-tests" if $pixelTests;
500 push @toolArgs, "--threaded" if $threaded;
501 push @toolArgs, "--complex-text" if $complexText;
502 push @toolArgs, "-";
505 push @diffToolArgs, "--tolerance", $tolerance;
543 push(@tests, $test);
549 push(@tests, @originalTests);
894 print DIFFHTML "imageNames.push(\"W3C\");\n";
895 print DIFFHTML "imagePaths.push(\"$testName-w3c.png\");\n";
937 push @{$tests{error}}, $test;
1080 push @callStacksToExclude, (
1098 push @typesToExclude, (
1106 push @callStacksToExclude, (
1119 push @callStacksToExclude, (
1154 push @leaksFilenames, $leaksFilePath;
1516 push @directories, map { catdir($platformBaseDirectory, $_) } qw(mac-snowleopard mac) if isCygwin();
1517 push @directories, $expectedDirectory;
1551 push @{$tests{$result}}, $test;
1684 push @html, "<p>$description:</p>";
1685 push @html, "<table>";
1687 push @html, "<tr>";
1688 push @html, "<td><a href=\"" . toURL("$testDirectory/$test") . "\">$test</a></td>";
1690 push @html, "<td><a href=\"$link->{href}\">$link->{text}</a></td>";
1692 push @html, "</tr>";
1694 push @html, "</table>";
1710 push @links, { href => "$base-$expectedTag$expectedResultExtension", text => "expected" };
1711 push @links, { href => "$base-$actualTag$expectedResultExtension", text => "actual" };
1712 push @links, { href => "$base-$diffsTag.txt", text => "diff" };
1713 push @links, { href => "$base-$prettyDiffTag.html", text => "pretty diff" };
1726 push @links, @{linksForExpectedAndActualResults($base)};
1729 push @links, { href => "$base-$expectedTag.png", text => "expected image" };
1730 push @links, { href => "$base-$diffsTag.html", text => "image diffs" };
1731 push @links, { href => "$base-$diffsTag.png", text => "$imageDifferences{$base}%" };
1744 push @links, @{linksForExpectedAndActualResults($base)};
1745 push @links, { href => "$base-$errorTag.txt", text => "stderr" };
1761 push @links, { href => "$base-$actualTag$expectedResultExtension", text => "result" };
1763 push @links, { href => "$base-$expectedTag.png", text => "image" };
1820 push @platforms, $macPlatforms[$i];
1823 push @platforms, $platform;
1824 push @platforms, "qt";
1832 push(@hierarchy, $scoped) if (-d $scoped);
1865 push @result, catdir($_, $epilogue) if (stat(catdir($_, $epilogue)));
1867 push @result, catdir($testDirectory, $epilogue) if (stat(catdir($testDirectory, $epilogue)));
1875 push @result, catdir($testDirectory, $prologue) if (stat(catdir($testDirectory, $prologue)));
1877 push @result, catdir($_, $prologue) if (stat(catdir($_, $prologue)));
1974 push @output, $lineIn;
1981 push @error, $lineError;
2085 push(@ARGV, $skipped);
2089 push(@ARGV, $skipped);
2093 push(@ARGV, $constraintPath);
2126 push @testsToRun, $path if !exists $ignoredFiles{$path};
2145 push @testsToRun, $test;
2178 push(@httpTests, $test);
2180 push(@websocketTests, $test);
2182 push(@otherTests, $test);