Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 3dff7a0..4e415b6 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,57 @@
+2012-04-16 János Badics <jbadics@inf.u-szeged.hu>
+
+ [Qt] Rebaseline several tests.
+
+ Reviewed by Csaba Osztrogonác.
This file has been truncated, but you can view the full file.
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 3dff7a0..4e415b6 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,57 @@
+2012-04-16 János Badics <jbadics@inf.u-szeged.hu>
+
+ [Qt] Rebaseline several tests.
+
+ Reviewed by Csaba Osztrogonác.
This file has been truncated, but you can view the full file.
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 3dff7a0..4e415b6 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,57 @@
+2012-04-16 János Badics <jbadics@inf.u-szeged.hu>
+
+ [Qt] Rebaseline several tests.
+
+ Reviewed by Csaba Osztrogonác.
This file has been truncated, but you can view the full file.
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 3dff7a0..4e415b6 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,57 @@
+2012-04-16 János Badics <jbadics@inf.u-szeged.hu>
+
+ [Qt] Rebaseline several tests.
+
+ Reviewed by Csaba Osztrogonác.
diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
index a4daa7a..0cf2deb 100644
--- a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
@@ -579,6 +579,10 @@ class RunQtAPITests(shell.Test):
if self.incorrectTests:
return WARNINGS
+ if re.findall("Timeout, process", cmd.logs['stdio'].getText()):
+ self.statusLine = "Failure: timeout occured while testing"
diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
index d4e9c0c..e294d31 100644
--- a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
@@ -519,6 +519,10 @@ class RunQtAPITests(shell.Test):
if self.incorrectTests:
return WARNINGS
+ if re.search("Timeout, process", cmd.logs['stdio'].getText()):
+ self.statusLine = ["Timeout during testing"]
diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
index d4e9c0c..cdd9acf 100644
--- a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
@@ -519,6 +519,10 @@ class RunQtAPITests(shell.Test):
if self.incorrectTests:
return WARNINGS
+ if re.search("Timeout, process", cmd.logs['stdio'].getText()):
+ self.statusLine = ["Timeout during testing"]
diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
index d4e9c0c..cdd9acf 100644
--- a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
@@ -519,6 +519,10 @@ class RunQtAPITests(shell.Test):
if self.incorrectTests:
return WARNINGS
+ if re.search("Timeout, process", cmd.logs['stdio'].getText()):
+ self.statusLine = ["Timeout during testing"]
diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
index d4e9c0c..1c0e579 100644
--- a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
@@ -519,6 +519,10 @@ class RunQtAPITests(shell.Test):
if self.incorrectTests:
return WARNINGS
+ if re.search("Timeout, process", cmd.logs['stdio'].getText()):
+ self.statusLine = ["Timeout while testing"]
FAILURES FOR <linux, x86, release, cpu> in LayoutTests/platform/qt/test_expectations.txt
Line:331 Path does not exist. http/tests/security/contentSecurityPolicy/directive-parsing.html
Line:632 Path does not exist. fast/backgrounds/positioned-root.html
Line:1579 Path does not exist. svg/custom/SVGPaint-mutate-attribute.svg
Line:2065 Path does not exist. svg/custom/SVGPaint-mutate-inline-style.svg
Line:3103 Path does not exist. fast/backgrounds/table-root.html
Line:8069 Path does not exist. plugins/invalidate_rect.html
Line:8314 Path does not exist. svg/custom/rgbcolor-syntax.svg
All tests are being skipped