mirror of
https://github.com/servo/servo.git
synced 2025-09-10 23:18:20 +01:00
Support unions of objects in overloads
Part of #20513, implementing the parts useful for WebGL.
This commit is contained in:
parent
4cf944eab8
commit
900a19058e
8 changed files with 37 additions and 89 deletions
|
@ -1,6 +0,0 @@
|
|||
[buffer-data-and-buffer-sub-data.html]
|
||||
bug: https://github.com/servo/servo/issues/20513
|
||||
expected: ERROR
|
||||
[WebGL test #27: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||
expected: FAIL
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
[type-conversion-test.html]
|
||||
bug: https://github.com/servo/servo/issues/20513
|
||||
[WebGL test #340: context.bufferData(context.ARRAY_BUFFER, argument, context.STATIC_DRAW) should be undefined. Threw exception TypeError: Not an ArrayBufferView]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #407: context.bufferData(context.ARRAY_BUFFER, argument, context.STATIC_DRAW) should be undefined. Threw exception TypeError: Not an ArrayBufferView]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #474: context.bufferData(context.ARRAY_BUFFER, argument, context.STATIC_DRAW) should be undefined. Threw exception TypeError: Not an ArrayBufferView]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #541: context.bufferData(context.ARRAY_BUFFER, argument, context.STATIC_DRAW) should be undefined. Threw exception TypeError: Not an ArrayBufferView]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #608: context.bufferData(context.ARRAY_BUFFER, argument, context.STATIC_DRAW) should be undefined. Threw exception TypeError: Not an ArrayBufferView]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #675: context.bufferData(context.ARRAY_BUFFER, argument, context.STATIC_DRAW) should be undefined. Threw exception TypeError: Not an ArrayBufferView]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue