mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Make setZeroTimeout use window.setTimeout
This commit is contained in:
parent
cb2f83cf8e
commit
6089e45b7d
21 changed files with 335 additions and 98 deletions
|
@ -10619,17 +10619,13 @@
|
|||
"conformance/context/context-creation-and-destruction.html": [
|
||||
[
|
||||
"/_webgl/conformance/context/context-creation-and-destruction.html",
|
||||
{
|
||||
"timeout": "long"
|
||||
}
|
||||
{}
|
||||
]
|
||||
],
|
||||
"conformance/context/context-creation.html": [
|
||||
[
|
||||
"/_webgl/conformance/context/context-creation.html",
|
||||
{
|
||||
"timeout": "long"
|
||||
}
|
||||
{}
|
||||
]
|
||||
],
|
||||
"conformance/context/context-eviction-with-garbage-collection.html": [
|
||||
|
@ -27610,11 +27606,11 @@
|
|||
"testharness"
|
||||
],
|
||||
"conformance/context/context-creation-and-destruction.html": [
|
||||
"3ad7a02d79cfbae4b9d7b6f6ee16cdc5d1a829dd",
|
||||
"a3912fcf7eaaf2992ec4a82de0c7262d929b035d",
|
||||
"testharness"
|
||||
],
|
||||
"conformance/context/context-creation.html": [
|
||||
"237258cc9d956acf6b821967c8010db22804e6df",
|
||||
"d8685e48fcb8e5f74132501fa31e00163212be54",
|
||||
"testharness"
|
||||
],
|
||||
"conformance/context/context-eviction-with-garbage-collection.html": [
|
||||
|
@ -46634,7 +46630,7 @@
|
|||
"support"
|
||||
],
|
||||
"js/webgl-test-utils.js": [
|
||||
"5ab8b2cfd0794f3c15d7afad0fe98b0f75cff38b",
|
||||
"0ef194eacc296f083fe86a03cdbdb5f72317b516",
|
||||
"support"
|
||||
],
|
||||
"py/lint/LICENSE": [
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[context-creation-and-destruction.html]
|
||||
expected: TIMEOUT
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[context-creation.html]
|
||||
expected: TIMEOUT
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,5 +1,53 @@
|
|||
[oes-texture-float-with-canvas.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
||||
[WebGL test #31: shouldBe 127,0,0,127\nat (0, 16) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #19: shouldBe 127,0,0,127\nat (0, 0) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #12: shouldBe 0,127,0,127\nat (0, 0) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #15: shouldBe 0,127,0,127\nat (0, 16) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #14: shouldBe 127,0,0,127\nat (0, 0) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #40: shouldBe 0,127,0,127\nat (0, 16) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #34: shouldBe 127,0,0,127\nat (0, 0) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #20: shouldBe 0,127,0,127\nat (0, 16) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #39: shouldBe 127,0,0,127\nat (0, 0) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #11: shouldBe 127,0,0,127\nat (0, 16) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #17: shouldBe 127,0,0,127\nat (0, 16) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #35: shouldBe 0,127,0,127\nat (0, 16) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #37: shouldBe 127,0,0,127\nat (0, 16) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #32: shouldBe 0,127,0,127\nat (0, 0) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #38: shouldBe 0,127,0,127\nat (0, 0) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #18: shouldBe 0,127,0,127\nat (0, 0) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,53 @@
|
|||
[oes-texture-half-float-with-canvas.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
||||
[WebGL test #31: shouldBe 127,0,0,127\nat (0, 16) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #19: shouldBe 127,0,0,127\nat (0, 0) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #12: shouldBe 0,127,0,127\nat (0, 0) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #15: shouldBe 0,127,0,127\nat (0, 16) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #14: shouldBe 127,0,0,127\nat (0, 0) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #40: shouldBe 0,127,0,127\nat (0, 16) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #34: shouldBe 127,0,0,127\nat (0, 0) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #20: shouldBe 0,127,0,127\nat (0, 16) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #39: shouldBe 127,0,0,127\nat (0, 0) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #11: shouldBe 127,0,0,127\nat (0, 16) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #17: shouldBe 127,0,0,127\nat (0, 16) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #35: shouldBe 0,127,0,127\nat (0, 16) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #37: shouldBe 127,0,0,127\nat (0, 16) expected: 127,0,0,127 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #32: shouldBe 0,127,0,127\nat (0, 0) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #38: shouldBe 0,127,0,127\nat (0, 0) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #18: shouldBe 0,127,0,127\nat (0, 0) expected: 0,127,0,127 was 0,255,0,255]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[webgl-compressed-texture-size-limit.html]
|
||||
expected: TIMEOUT
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[tex-2d-alpha-alpha-unsigned_byte.html]
|
||||
expected: TIMEOUT
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[tex-2d-luminance-luminance-unsigned_byte.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[WebGL test #1: shouldBe 0,0,0,255\nat (0, 0) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9,3 +9,93 @@
|
|||
[WebGL test #0: shouldBe 255,255,255,255\nat (0, 16) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #21: shouldBe 0,0,0,255\nat (0, 0) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #4: shouldBe 255,255,255,255\nat (0, 16) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #9: shouldBe 0,0,0,255\nat (0, 0) expected: 0,0,0,255 was 89,89,89,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #28: shouldBe 127,127,127,255\nat (0, 16) expected: 127,127,127,255 was 26,26,26,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #7: shouldBe 0,0,0,255\nat (0, 16) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #12: shouldBe 127,127,127,255\nat (0, 16) expected: 127,127,127,255 was 26,26,26,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #29: shouldBe 0,0,0,255\nat (0, 0) expected: 0,0,0,255 was 89,89,89,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #13: shouldBe 0,0,0,255\nat (0, 0) expected: 0,0,0,255 was 89,89,89,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #22: shouldBe 255,255,255,255\nat (0, 0) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #20: shouldBe 255,255,255,255\nat (0, 16) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #30: shouldBe 127,127,127,255\nat (0, 0) expected: 127,127,127,255 was 26,26,26,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #27: shouldBe 0,0,0,255\nat (0, 16) expected: 0,0,0,255 was 89,89,89,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #15: shouldBe 0,0,0,255\nat (0, 16) expected: 0,0,0,255 was 89,89,89,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #3: shouldBe 0,0,0,255\nat (0, 16) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #17: shouldBe 0,0,0,255\nat (0, 0) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #14: shouldBe 127,127,127,255\nat (0, 0) expected: 127,127,127,255 was 26,26,26,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #5: shouldBe 0,0,0,255\nat (0, 0) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #24: shouldBe 127,127,127,255\nat (0, 16) expected: 127,127,127,255 was 26,26,26,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #31: shouldBe 0,0,0,255\nat (0, 16) expected: 0,0,0,255 was 89,89,89,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #25: shouldBe 0,0,0,255\nat (0, 0) expected: 0,0,0,255 was 89,89,89,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #8: shouldBe 127,127,127,255\nat (0, 16) expected: 127,127,127,255 was 26,26,26,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #2: shouldBe 255,255,255,255\nat (0, 0) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #10: shouldBe 127,127,127,255\nat (0, 0) expected: 127,127,127,255 was 26,26,26,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #18: shouldBe 255,255,255,255\nat (0, 0) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #6: shouldBe 255,255,255,255\nat (0, 0) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #23: shouldBe 0,0,0,255\nat (0, 16) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #19: shouldBe 0,0,0,255\nat (0, 16) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #16: shouldBe 255,255,255,255\nat (0, 16) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #26: shouldBe 127,127,127,255\nat (0, 0) expected: 127,127,127,255 was 26,26,26,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #11: shouldBe 0,0,0,255\nat (0, 16) expected: 0,0,0,255 was 89,89,89,255]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[WebGL test #1: shouldBe 0,0,0,255\nat (0, 0) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9,3 +9,93 @@
|
|||
[WebGL test #0: shouldBe 255,255,255,255\nat (0, 16) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #31: shouldBe 0,0,0,127\nat (0, 16) expected: 0,0,0,127 was 89,89,89,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #21: shouldBe 0,0,0,255\nat (0, 0) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #8: shouldBe 127,127,127,127\nat (0, 16) expected: 127,127,127,127 was 26,26,26,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #15: shouldBe 0,0,0,127\nat (0, 16) expected: 0,0,0,127 was 89,89,89,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #4: shouldBe 255,255,255,255\nat (0, 16) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #9: shouldBe 0,0,0,127\nat (0, 0) expected: 0,0,0,127 was 89,89,89,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #7: shouldBe 0,0,0,255\nat (0, 16) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #20: shouldBe 255,255,255,255\nat (0, 16) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #30: shouldBe 127,127,127,127\nat (0, 0) expected: 127,127,127,127 was 26,26,26,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #22: shouldBe 255,255,255,255\nat (0, 0) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #10: shouldBe 127,127,127,127\nat (0, 0) expected: 127,127,127,127 was 26,26,26,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #5: shouldBe 0,0,0,255\nat (0, 0) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #13: shouldBe 0,0,0,127\nat (0, 0) expected: 0,0,0,127 was 89,89,89,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #3: shouldBe 0,0,0,255\nat (0, 16) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #17: shouldBe 0,0,0,255\nat (0, 0) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #11: shouldBe 0,0,0,127\nat (0, 16) expected: 0,0,0,127 was 89,89,89,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #14: shouldBe 127,127,127,127\nat (0, 0) expected: 127,127,127,127 was 26,26,26,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #25: shouldBe 0,0,0,127\nat (0, 0) expected: 0,0,0,127 was 89,89,89,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #24: shouldBe 127,127,127,127\nat (0, 16) expected: 127,127,127,127 was 26,26,26,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #28: shouldBe 127,127,127,127\nat (0, 16) expected: 127,127,127,127 was 26,26,26,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #12: shouldBe 127,127,127,127\nat (0, 16) expected: 127,127,127,127 was 26,26,26,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #27: shouldBe 0,0,0,127\nat (0, 16) expected: 0,0,0,127 was 89,89,89,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #26: shouldBe 127,127,127,127\nat (0, 0) expected: 127,127,127,127 was 26,26,26,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #2: shouldBe 255,255,255,255\nat (0, 0) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #29: shouldBe 0,0,0,127\nat (0, 0) expected: 0,0,0,127 was 89,89,89,128]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #18: shouldBe 255,255,255,255\nat (0, 0) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #6: shouldBe 255,255,255,255\nat (0, 0) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #23: shouldBe 0,0,0,255\nat (0, 16) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #19: shouldBe 0,0,0,255\nat (0, 16) expected: 0,0,0,255 was 182,182,182,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #16: shouldBe 255,255,255,255\nat (0, 16) expected: 255,255,255,255 was 54,54,54,255]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tex-2d-rgb-rgb-unsigned_byte.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tex-2d-rgba-rgba-unsigned_byte.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[texture-size-limit.html]
|
||||
expected: TIMEOUT
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue