mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
Websockets send typed arrays now
This commit is contained in:
parent
3ce3f39383
commit
bff887c5a6
13 changed files with 32 additions and 90 deletions
|
@ -1,9 +0,0 @@
|
|||
[Secure-Send-binary-arraybufferview-float32.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[W3C WebSocket API - Send binary data on a WebSocket - ArrayBufferView - Float32Array - Message should be received]
|
||||
expected: FAIL
|
||||
|
||||
[W3C WebSocket API - Send binary data on a WebSocket - ArrayBufferView - Float32Array - Connection should be closed]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
[Send-binary-65K-arraybuffer.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[W3C WebSocket API - Send 65K binary data on a WebSocket - ArrayBuffer - Connection should be opened]
|
||||
expected: FAIL
|
||||
|
||||
[W3C WebSocket API - Send 65K binary data on a WebSocket - ArrayBuffer - Message should be received]
|
||||
expected: FAIL
|
||||
|
||||
[W3C WebSocket API - Send 65K binary data on a WebSocket - ArrayBuffer - Connection should be closed]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
[Send-binary-arraybuffer.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[W3C WebSocket API - Send binary data on a WebSocket - ArrayBuffer - Connection should be opened]
|
||||
expected: FAIL
|
||||
|
||||
[W3C WebSocket API - Send binary data on a WebSocket - ArrayBuffer - Message should be received]
|
||||
expected: FAIL
|
||||
|
||||
[W3C WebSocket API - Send binary data on a WebSocket - ArrayBuffer - Connection should be closed]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[Send-binary-arraybufferview-int16-offset.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[W3C WebSocket API - Send binary data on a WebSocket - ArrayBufferView - Int16Array with offset - Message should be received]
|
||||
expected: FAIL
|
||||
|
||||
[W3C WebSocket API - Send binary data on a WebSocket - ArrayBufferView - Int16Array with offset - Connection should be closed]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[Send-binary-arraybufferview-int8.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[W3C WebSocket API - Send binary data on a WebSocket - ArrayBufferView - Int8Array - Message should be received]
|
||||
expected: FAIL
|
||||
|
||||
[W3C WebSocket API - Send binary data on a WebSocket - ArrayBufferView - Int8Array - Connection should be closed]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,9 +1,3 @@
|
|||
[001.html]
|
||||
type: testharness
|
||||
[WebSockets: Send/Receive blob, blob size less than network array buffer]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[001.html?wss]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
[002.html]
|
||||
type: testharness
|
||||
[WebSockets: Send/Receive blob, blob size greater than network array buffer]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[002.html?wss]
|
||||
type: testharness
|
||||
[WebSockets: Send/Receive blob, blob size greater than network array buffer]
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
[004.html]
|
||||
type: testharness
|
||||
[WebSockets: Send/Receive ArrayBuffer, size greater than network array buffer]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[004.html?wss]
|
||||
type: testharness
|
||||
[WebSockets: Send/Receive ArrayBuffer, size greater than network array buffer]
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
[005.html]
|
||||
type: testharness
|
||||
[WebSockets: Send/Receive ArrayBuffer, size less than network array buffer]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[005.html?wss]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
[bufferedAmount-arraybuffer.html]
|
||||
type: testharness
|
||||
[WebSockets: bufferedAmount for ArrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[bufferedAmount-arraybuffer.html?wss]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
[bufferedAmount-blob.html]
|
||||
type: testharness
|
||||
[WebSockets: bufferedAmount for blob]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[bufferedAmount-blob.html?wss]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue