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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6e58e5662ab2180a6f2ea962eb8d2de9e6921cbd
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-expected.txt
@@ -0,0 +1,30 @@
+This is a testharness.js-based test.
+Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate test name: "DOMMatrix(numberSequence) constructor"
+PASS DOMMatrix() constructor
+PASS DOMMatrix fromFloat32Array - 2D matrix
+PASS DOMMatrix fromFloat64Array - 2D matrix
+PASS DOMMatrix fromFloat32Array - 3D matrix
+PASS DOMMatrix fromFloat64Array - 3D matrix
+PASS DOMMatrix(transformList) - emptyString
+PASS DOMMatrix(transformList) - transformList
+PASS DOMMatrix(numberSequence) constructor
+PASS DOMMatrix(numberSequence) constructor
+PASS DOMMatrix attributes
+PASS DOMMatrix.is2D can never be set to 'true' when it was set to 'false' before calling setMatrixValue()
+PASS DOMMatrix fromFloat*Array - invalid array size of nearby 6
+PASS DOMMatrix fromFloat*Array - invalid array size of nearby 16
+PASS DOMMatrix fromFloat*Array - invalid array size
+PASS DOMMatrix.fromMatrix() with no parameter
+PASS DOMMatrix.fromMatrix() with null
+PASS DOMMatrix.fromMatrix() with undefined
+PASS DOMMatrix.fromMatrix() with empty object
+PASS DOMMatrix.fromMatrix({a: 1, b: 2, c: 3, d: 4, e: 5, f: 6}) should create a 2D DOMMatrix
+PASS DOMMatrix.fromMatrix({m11: 1, m22: 2, m33: 3, m44: 4, m23: 5, m43: 6}) should create a 3D DOMMatrix
+PASS If 2d related properties don't be set, should set to fallback
+PASS DOMMatrix.fromMatrix(): NaN test
+PASS DOMMatrix toJSON() - identity matrix
+PASS DOMMatrix toJSON() - 2D matrix
+PASS DOMMatrix toJSON() - 3D matrix
+PASS DOMMatrix.fromMatrix(): Exception test
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698