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

Side by Side Diff: third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-requestmediakeysystemaccess-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: "Key system name is case sensitive"
3 PASS Empty keySystem
4 PASS Unsupported keySystem
5 PASS keySystem ends with "."
6 PASS Capitalized keySystem
7 PASS Non-ASCII keySystem
8 PASS Parent of Clear Key (org)
9 PASS Parent of Clear Key (org.)
10 PASS Parent of Clear Key (org.w3)
11 PASS Parent of Clear Key (org.w3.)
12 PASS Child of Clear Key
13 PASS Prefixed Clear Key
14 PASS Incomplete name org.w3.learkey
15 PASS Incomplete name org.w3.clearke
16 PASS Incomplete name or.w3.clearkey
17 PASS Leading space in key system name
18 PASS Extra space in key system name
19 PASS Trailing space in key system name
20 PASS Leading dot in key systems name
21 PASS Trailing dot in key systems name
22 PASS Double dot in key systems name
23 PASS Extra dot in key systems name
24 PASS Key system name is case sensitive
25 PASS Key system name is case sensitive
26 PASS Empty supportedConfigurations
27 PASS Empty configuration
28 PASS Basic supported configuration without codecs
29 PASS Basic supported configuration without audio codecs
30 PASS Basic supported configuration without video codecs
31 PASS Partially supported configuration without codecs
32 PASS Basic supported configuration
33 PASS Partially supported configuration
34 PASS Supported audio codec
35 PASS ContentType formatting must be preserved
36 PASS Unsupported audio codec
37 PASS Mismatched audio container/codec
38 PASS Supported video codec
39 PASS Video codec specified in audio field
40 PASS Audio codec specified in video field
41 PASS Unsupported video codec
42 PASS Mismatched video container/codec
43 PASS Two configurations, one supported
44 PASS Two configurations, both supported
45 PASS Audio MIME type does not support video codecs.
46 PASS Video MIME type does not support audio codecs.
47 PASS WebM audio does not support AVC1/AAC.
48 PASS WebM video does not support AVC1/AAC.
49 PASS Leading space in contentType
50 PASS Space before ; in contentType
51 PASS Extra spaces after ; in contentType
52 PASS Trailing space in contentType
53 PASS Space at start of codecs parameter
54 PASS Space at end of codecs parameter
55 PASS Media type value is case-insensitive
56 PASS Media subtype value is case-insensitive
57 PASS Media type values and subtype values are case-insensitive
58 PASS Media parameter name is case-insensitive
59 PASS Unsupported codec
60 PASS Codec is case-sensitive
61 PASS Unrecognized foo
62 PASS Unrecognized foo with codecs
63 PASS Multiple codecs
64 PASS contentType fake
65 PASS contentType audio/fake
66 PASS contentType video/fake
67 PASS codecs Vp8
68 PASS codecs VP8
69 PASS Leading , in codecs
70 PASS Trailing , in codecs
71 PASS Leading and trailing , in codecs
72 PASS temporary sessionType
73 PASS persistent-license sessionType
74 PASS invalid sessionType
75 Harness: the test ran to completion.
76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698