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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-simple-success-expected.txt

Issue 2860613002: Enable SharedArrayBuffer feature by default. (Closed)
Patch Set: merge HEAD Created 3 years, 7 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 FAIL postMessaging to a dedicated worker allows them to see each others' modific ations with DataView promise_test: Unhandled rejection with value: object "Refer enceError: SharedArrayBuffer is not defined"
3 FAIL postMessaging to a dedicated worker allows them to see each others' modific ations with Int8Array promise_test: Unhandled rejection with value: object "Refe renceError: SharedArrayBuffer is not defined"
4 FAIL postMessaging to a dedicated worker allows them to see each others' modific ations with Uint8Array promise_test: Unhandled rejection with value: object "Ref erenceError: SharedArrayBuffer is not defined"
5 FAIL postMessaging to a dedicated worker allows them to see each others' modific ations with Uint8ClampedArray promise_test: Unhandled rejection with value: obje ct "ReferenceError: SharedArrayBuffer is not defined"
6 FAIL postMessaging to a dedicated worker allows them to see each others' modific ations with Int16Array promise_test: Unhandled rejection with value: object "Ref erenceError: SharedArrayBuffer is not defined"
7 FAIL postMessaging to a dedicated worker allows them to see each others' modific ations with Uint16Array promise_test: Unhandled rejection with value: object "Re ferenceError: SharedArrayBuffer is not defined"
8 FAIL postMessaging to a dedicated worker allows them to see each others' modific ations with Int32Array promise_test: Unhandled rejection with value: object "Ref erenceError: SharedArrayBuffer is not defined"
9 FAIL postMessaging to a dedicated worker allows them to see each others' modific ations with Uint32Array promise_test: Unhandled rejection with value: object "Re ferenceError: SharedArrayBuffer is not defined"
10 FAIL postMessaging to a dedicated worker allows them to see each others' modific ations with Float32Array promise_test: Unhandled rejection with value: object "R eferenceError: SharedArrayBuffer is not defined"
11 FAIL postMessaging to a dedicated worker allows them to see each others' modific ations with Float64Array promise_test: Unhandled rejection with value: object "R eferenceError: SharedArrayBuffer is not defined"
12 FAIL postMessaging to a same-origin iframe allows them to see each others' modif ications promise_test: Unhandled rejection with value: object "ReferenceError: S haredArrayBuffer is not defined"
13 FAIL postMessaging to a same-origin deeply-nested iframe allows them to see each others' modifications promise_test: Unhandled rejection with value: object "Ref erenceError: SharedArrayBuffer is not defined"
14 FAIL postMessaging to a same-origin opened window allows them to see each others ' modifications promise_test: Unhandled rejection with value: object "ReferenceE rror: SharedArrayBuffer is not defined"
15 Harness: the test ran to completion.
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698