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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/interfaces-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase Created 3 years, 10 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 177 tests; 165 PASS, 12 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS IndexedDB IDL tests 3 PASS IndexedDB IDL tests
3 PASS Window interface: attribute indexedDB 4 PASS Window interface: attribute indexedDB
4 PASS IDBRequest interface: existence and properties of interface object 5 PASS IDBRequest interface: existence and properties of interface object
5 PASS IDBRequest interface object length 6 PASS IDBRequest interface object length
6 PASS IDBRequest interface object name 7 PASS IDBRequest interface object name
7 FAIL IDBRequest interface: existence and properties of interface prototype objec t assert_equals: class string of IDBRequest.prototype expected "[object IDBReque stPrototype]" but got "[object IDBRequest]" 8 FAIL IDBRequest interface: existence and properties of interface prototype objec t assert_equals: class string of IDBRequest.prototype expected "[object IDBReque stPrototype]" but got "[object IDBRequest]"
8 PASS IDBRequest interface: existence and properties of interface prototype objec t's "constructor" property 9 PASS IDBRequest interface: existence and properties of interface prototype objec t's "constructor" property
9 PASS IDBRequest interface: attribute result 10 PASS IDBRequest interface: attribute result
10 PASS IDBRequest interface: attribute error 11 PASS IDBRequest interface: attribute error
11 PASS IDBRequest interface: attribute source 12 PASS IDBRequest interface: attribute source
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 PASS DOMStringList interface: existence and properties of interface object 172 PASS DOMStringList interface: existence and properties of interface object
172 PASS DOMStringList interface object length 173 PASS DOMStringList interface object length
173 PASS DOMStringList interface object name 174 PASS DOMStringList interface object name
174 FAIL DOMStringList interface: existence and properties of interface prototype ob ject assert_equals: class string of DOMStringList.prototype expected "[object DO MStringListPrototype]" but got "[object DOMStringList]" 175 FAIL DOMStringList interface: existence and properties of interface prototype ob ject assert_equals: class string of DOMStringList.prototype expected "[object DO MStringListPrototype]" but got "[object DOMStringList]"
175 PASS DOMStringList interface: existence and properties of interface prototype ob ject's "constructor" property 176 PASS DOMStringList interface: existence and properties of interface prototype ob ject's "constructor" property
176 PASS DOMStringList interface: attribute length 177 PASS DOMStringList interface: attribute length
177 PASS DOMStringList interface: operation item(unsigned long) 178 PASS DOMStringList interface: operation item(unsigned long)
178 PASS DOMStringList interface: operation contains(DOMString) 179 PASS DOMStringList interface: operation contains(DOMString)
179 Harness: the test ran to completion. 180 Harness: the test ran to completion.
180 181
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698