Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 FAIL Check that DOM exception is created in called function's context. assert_no t_equals: got disallowed value [stringifying object threw TypeError: Illegal inv ocation with type object] | 2 PASS Check that DOM exception is created in called function's context. |
| 3 FAIL Check that DOM exception is created in setter's context. assert_not_equals: got disallowed value [stringifying object threw TypeError: Illegal invocation w ith type object] | 3 FAIL Check that DOM exception is created in setter's context. assert_equals: exp ected [stringifying object threw TypeError: Illegal invocation with type object] but got [stringifying object threw TypeError: Illegal invocation with type obje ct] |
|
haraken
2016/08/09 07:53:50
Is it okay to leave the FAIL line? I was expecting
Yuki
2016/08/10 03:11:09
This failure is caused by a V8 bug that V8 does no
| |
| 4 PASS Check that native exception is created in setter's context. | 4 PASS Check that native exception is created in setter's context. |
| 5 Harness: the test ran to completion. | 5 Harness: the test ran to completion. |
| 6 | 6 |
| OLD | NEW |