Commit 9855b3ad authored by Dave Tapuska's avatar Dave Tapuska Committed by Commit Bot

Remove TestExpectations no longer necessary

V8 change has landed. TestExpectations for the change can be removed

BUG=948257

Change-Id: If71dc39daf5037a530a74e3d3dc8401b492fffd9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577995
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: default avatarDmitry Gozman <dgozman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#654841}
parent b4b37b77
......@@ -6054,12 +6054,6 @@ crbug.com/947383 inspector-protocol/css/reattach-after-editing-styles.js [ Pass
# Sheriff 2019-03-29
crbug.com/947477 external/wpt/editing/run/removeformat.html [ Pass Crash Timeout ]
# Adjusting v8 console implementation, pass failure until v8 change lands
crbug.com/948257 external/wpt/console/console-label-conversion.any.html [ Pass Failure ]
crbug.com/948257 external/wpt/console/console-label-conversion.any.worker.html [ Pass Failure ]
crbug.com/948678 external/wpt/console/idlharness.any.html [ Pass Failure ]
crbug.com/948678 external/wpt/console/idlharness.any.worker.html [ Pass Failure ]
### external/wpt/fetch/sec-metadata/
crbug.com/947023 external/wpt/fetch/sec-metadata/font.tentative.https.sub.html [ Pass Failure ]
crbug.com/947023 external/wpt/fetch/sec-metadata/report.tentative.https.sub.html [ Pass Timeout ]
......
This is a testharness.js-based test.
FAIL console.count()'s label gets converted to string via label.toString() when label is an object assert_true: count() must call toString() on label when label is an object expected true got false
FAIL console.count() throws exceptions generated by erroneous label.toString() conversion assert_throws: count must re-throw any exceptions thrown by label.toString() conversion function "() => {
console[method]({
toString() {
throw new Error('conversion error');
}
});
}" did not throw
FAIL console.countReset()'s label gets converted to string via label.toString() when label is an object assert_true: countReset() must call toString() on label when label is an object expected true got false
FAIL console.countReset() throws exceptions generated by erroneous label.toString() conversion assert_throws: countReset must re-throw any exceptions thrown by label.toString() conversion function "() => {
console[method]({
toString() {
throw new Error('conversion error');
}
});
}" did not throw
FAIL console.time()'s label gets converted to string via label.toString() when label is an object assert_true: time() must call toString() on label when label is an object expected true got false
FAIL console.time() throws exceptions generated by erroneous label.toString() conversion assert_throws: time must re-throw any exceptions thrown by label.toString() conversion function "() => {
console[method]({
toString() {
throw new Error('conversion error');
}
});
}" did not throw
FAIL console.timeLog()'s label gets converted to string via label.toString() when label is an object assert_true: timeLog() must call toString() on label when label is an object expected true got false
FAIL console.timeLog() throws exceptions generated by erroneous label.toString() conversion assert_throws: timeLog must re-throw any exceptions thrown by label.toString() conversion function "() => {
console[method]({
toString() {
throw new Error('conversion error');
}
});
}" did not throw
FAIL console.timeEnd()'s label gets converted to string via label.toString() when label is an object assert_true: timeEnd() must call toString() on label when label is an object expected true got false
FAIL console.timeEnd() throws exceptions generated by erroneous label.toString() conversion assert_throws: timeEnd must re-throw any exceptions thrown by label.toString() conversion function "() => {
console[method]({
toString() {
throw new Error('conversion error');
}
});
}" did not throw
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL console.count()'s label gets converted to string via label.toString() when label is an object assert_true: count() must call toString() on label when label is an object expected true got false
FAIL console.count() throws exceptions generated by erroneous label.toString() conversion assert_throws: count must re-throw any exceptions thrown by label.toString() conversion function "() => {
console[method]({
toString() {
throw new Error('conversion error');
}
});
}" did not throw
FAIL console.countReset()'s label gets converted to string via label.toString() when label is an object assert_true: countReset() must call toString() on label when label is an object expected true got false
FAIL console.countReset() throws exceptions generated by erroneous label.toString() conversion assert_throws: countReset must re-throw any exceptions thrown by label.toString() conversion function "() => {
console[method]({
toString() {
throw new Error('conversion error');
}
});
}" did not throw
FAIL console.time()'s label gets converted to string via label.toString() when label is an object assert_true: time() must call toString() on label when label is an object expected true got false
FAIL console.time() throws exceptions generated by erroneous label.toString() conversion assert_throws: time must re-throw any exceptions thrown by label.toString() conversion function "() => {
console[method]({
toString() {
throw new Error('conversion error');
}
});
}" did not throw
FAIL console.timeLog()'s label gets converted to string via label.toString() when label is an object assert_true: timeLog() must call toString() on label when label is an object expected true got false
FAIL console.timeLog() throws exceptions generated by erroneous label.toString() conversion assert_throws: timeLog must re-throw any exceptions thrown by label.toString() conversion function "() => {
console[method]({
toString() {
throw new Error('conversion error');
}
});
}" did not throw
FAIL console.timeEnd()'s label gets converted to string via label.toString() when label is an object assert_true: timeEnd() must call toString() on label when label is an object expected true got false
FAIL console.timeEnd() throws exceptions generated by erroneous label.toString() conversion assert_throws: timeEnd must re-throw any exceptions thrown by label.toString() conversion function "() => {
console[method]({
toString() {
throw new Error('conversion error');
}
});
}" did not throw
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS idl_test setup
FAIL console namespace: operation assert(boolean, any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation clear() assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation debug(any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation error(any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation info(any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation log(any...) assert_equals: operation has wrong .length expected 0 but got 1
PASS console namespace: operation table(any, [object Object])
FAIL console namespace: operation trace(any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation warn(any...) assert_equals: operation has wrong .length expected 0 but got 1
PASS console namespace: operation dir(any, object)
FAIL console namespace: operation dirxml(any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation count(DOMString) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation countReset(DOMString) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation group(any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation groupCollapsed(any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation groupEnd() assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation time(DOMString) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation timeLog(DOMString, any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation timeEnd(DOMString) assert_equals: operation has wrong .length expected 0 but got 1
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS idl_test setup
FAIL console namespace: operation assert(boolean, any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation clear() assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation debug(any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation error(any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation info(any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation log(any...) assert_equals: operation has wrong .length expected 0 but got 1
PASS console namespace: operation table(any, [object Object])
FAIL console namespace: operation trace(any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation warn(any...) assert_equals: operation has wrong .length expected 0 but got 1
PASS console namespace: operation dir(any, object)
FAIL console namespace: operation dirxml(any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation count(DOMString) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation countReset(DOMString) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation group(any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation groupCollapsed(any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation groupEnd() assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation time(DOMString) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation timeLog(DOMString, any...) assert_equals: operation has wrong .length expected 0 but got 1
FAIL console namespace: operation timeEnd(DOMString) assert_equals: operation has wrong .length expected 0 but got 1
Harness: the test ran to completion.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment