Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(563)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-scale-expected.txt

Issue 2766823003: Fix testharness result parsing, make "Harness error" count as failure. (Closed)
Patch Set: One more test with nondeterministic message order Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-scale-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-scale-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-scale-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4d1dbeaf32a44b0b7ade7f7e8b5b76110ce6c1ee
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-scale-expected.txt
@@ -0,0 +1,22 @@
+This is a testharness.js-based test.
+Harness Error. harness_status.status = 1 , harness_status.message = 2 duplicate test names: "DOMMatrix.scale(sx, sy)", "DOMMatrix.scaleSelf(sx, sy)"
+PASS DOMMatrix.scale()
+PASS DOMMatrix.scale(sx)
+PASS DOMMatrix.scale(sx, sy)
+PASS DOMMatrix.scale(sx, sy)
+PASS DOMMatrix.scale(sx, sy, sz, ox, oy)
+PASS DOMMatrix.scale(sx, sy, sz, ox, oy, oz)
+PASS DOMMatrix.scale3d()
+PASS DOMMatrix.scale3d(scale)
+PASS DOMMatrix.scale3d(scale, ox, oy, oz)
+PASS DOMMatrix.scaleSelf()
+PASS DOMMatrix.scaleSelf(sx)
+PASS DOMMatrix.scaleSelf(sx, sy)
+PASS DOMMatrix.scaleSelf(sx, sy)
+PASS DOMMatrix.scaleSelf(sx, sy, sz, ox, oy)
+PASS DOMMatrix.scaleSelf(sx, sy, sz, ox, oy, oz)
+PASS DOMMatrix.scaleSelf(1, 1, 1, ox, oy, oz)
+PASS DOMMatrix.scale3dSelf(scale)
+PASS DOMMatrix.scale3dSelf(scale, ox, oy, oz)
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698