Add support for http media tests
* Scripts/run-webkit-tests:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27757
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-12 Antti Koivisto <antti@apple.com>
+
+ Reviewed by Adele.
+
+ Add support for http media tests
+
+ * Scripts/run-webkit-tests:
+
2007-11-12 Sam Weinig <sam@webkit.org>
Reviewed by Adam Roben.
if (!$testMedia) {
$ignoredDirectories{'media'} = 1;
+ $ignoredDirectories{'http/tests/media'} = 1;
}
if ($ignoreTests) {
print OUT "$testPath\n";
} else {
openHTTPDIfNeeded();
- if ($test !~ /^http\/tests\/local\// && $test !~ /^http\/tests\/ssl\//) {
+ if ($test !~ /^http\/tests\/local\// && $test !~ /^http\/tests\/ssl\// && $test !~ /^http\/tests\/media\//) {
my $path = canonpath($test);
$path =~ s/^http\/tests\///;
print OUT "http://127.0.0.1:$httpdPort/$path\n";