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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-rotate-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, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate test name: "DOMMatrix 3d - rotateAxisAngleSelf()"
3 PASS DOMMatrix 2d - rotate(rotX) and rotateSelf(rotX)
4 PASS DOMMatrix 3d - rotate(rotX) and rotateSelf(rotX)
5 PASS DOMMatrix 2d - rotate(rotX, rotY) and rotateSelf(rotX, rotY)
6 PASS DOMMatrix 3d - rotate(rotX, rotY) and rotateSelf(rotX, rotY)
7 PASS DOMMatrix 2d - rotate(rotX, rotY, rotX) and rotateSelf(rotX, rotY, rotX)
8 PASS DOMMatrix 3d - rotate(rotX, rotY, rotX) and rotateSelf(rotX, rotY, rotX)
9 PASS DOMMatrix 2d - rotateFromVector(x, y) and rotateFromVectorSelf(x, y)
10 PASS DOMMatrix 3d - rotateFromVector(x, y) rotateFromVectorSelf(x, y)
11 PASS DOMMatrix 2d - rotateAxisAngleSelf()
12 PASS DOMMatrix 2d - rotateAxisAngleSelf(0, 0, 1)
13 PASS DOMMatrix 2d - rotateAxisAngleSelf(1, 1, 1, 0)
14 PASS DOMMatrix 2d - rotateAxisAngleSelf(1, 0, 0, 10)
15 PASS DOMMatrix 2d - rotateAxisAngleSelf(0, 1, 0, 27)
16 PASS DOMMatrix 2d - rotateAxisAngleSelf(0, 0, 1, 38)
17 PASS DOMMatrix 2d - rotateAxisAngleSelf(1, 1, 1, 45)
18 PASS DOMMatrix 3d - rotateAxisAngleSelf()
19 PASS DOMMatrix 3d - rotateAxisAngleSelf(0, 0, 1)
20 PASS DOMMatrix 3d - rotateAxisAngleSelf(0, 0, 1, 0)
21 PASS DOMMatrix 3d - rotateAxisAngleSelf(1, 0, 0, 19)
22 PASS DOMMatrix 3d - rotateAxisAngleSelf(0, 1, 0, 46)
23 PASS DOMMatrix 3d - rotateAxisAngleSelf(0, 0, 1, 65)
24 PASS DOMMatrix 3d - rotateAxisAngleSelf(1, 1, 1, 67)
25 PASS DOMMatrixReadOnly 2d - rotateAxisAngle()
26 PASS DOMMatrixReadOnly 2d - rotateAxisAngle(0, 0, 1)
27 PASS DOMMatrixReadOnly 2d - rotateAxisAngle(1, 1, 1, 0)
28 PASS DOMMatrixReadOnly 2d - rotateAxisAngle(1, 0, 0, 21)
29 PASS DOMMatrixReadOnly 2d - rotateAxisAngle(0, 1, 0, 35)
30 PASS DOMMatrixReadOnly 2d - rotateAxisAngle(0, 0, 1, 55)
31 PASS DOMMatrixReadOnly 2d - rotateAxisAngle(1, 1, 1, 75)
32 PASS DOMMatrixReadOnly 3d - rotateAxisAngle()
33 PASS DOMMatrixReadOnly 3d - rotateAxisAngle(0, 0, 1)
34 PASS DOMMatrixReadOnly 3d - rotateAxisAngle(0, 0, 1, 0)
35 PASS DOMMatrixReadOnly 3d - rotateAxisAngle(1, 1, 1, 0)
36 PASS DOMMatrixReadOnly 3d - rotateAxisAngle(1, 0, 0, 105)
37 PASS DOMMatrixReadOnly 3d - rotateAxisAngle(0, 1, 0, 45)
38 PASS DOMMatrixReadOnly 3d - rotateAxisAngle(0, 0, 1, 65)
39 PASS DOMMatrixReadOnly 3d - rotateAxisAngle(1, 1, 1, 78)
40 PASS DOMMatrix 2d - rotateAxisAngleSelf() - do rotate +90,-90
41 PASS DOMMatrix 2d - rotateAxisAngle() - do rotate -180,+180
42 PASS DOMMatrix 3d - rotateAxisAngleSelf() - do rotate +90,-90
43 PASS DOMMatrix 3d - rotateAxisAngle() - do rotate -180,+180
44 PASS DOMMatrix 3d - rotateAxisAngle()
45 PASS DOMMatrix 3d - rotateAxisAngleSelf()
46 Harness: the test ran to completion.
47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698