| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Please update the baseline.
try {
const graph = await builder.build({output});
assert_unreached('build should have thrown');
} catch (e) {
assert_equals(e.name, 'NotSupportedError');
}Can we use `promise_rejects_dom`?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Dai, FengPlease update the baseline.
Done, thanks!
try {
const graph = await builder.build({output});
assert_unreached('build should have thrown');
} catch (e) {
assert_equals(e.name, 'NotSupportedError');
}Can we use `promise_rejects_dom`?
Yes.
Updated by using `promise_rejects_dom` assertion in new commit, @ningx...@intel.com please take another look, thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
promise_rejects_dom: function "function() { throw e; }" threw object "UnknownError: Failed to execute 'build' on 'MLGraphBuilder': Model allocation error." that is not a DOMException NotSupportedError: property "code" is equal to 0, expected 9Please file an issue to track this failure.
assert_unreached: Should have rejected: undefined Reached unreachable codeCan you take a look at this failure? If it's expected can you improve the message so it's easier to understand the issue?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
promise_rejects_dom: function "function() { throw e; }" threw object "UnknownError: Failed to execute 'build' on 'MLGraphBuilder': Model allocation error." that is not a DOMException NotSupportedError: property "code" is equal to 0, expected 9Please file an issue to track this failure.
Done by [issue#502048284](https://issues.chromium.org/issues/502048284).
assert_unreached: Should have rejected: undefined Reached unreachable codeCan you take a look at this failure? If it's expected can you improve the message so it's easier to understand the issue?
@rei...@chromium.org This error message was threw out by `promise_rejects_dom()` function of `testharness.js`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |