зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1124311 - Update web-platform-tests expected data to revision 412773b71c81d7356636f698e86d7b544cf48fcb, a=testonly
This commit is contained in:
Родитель
502c1efd7e
Коммит
3a9d004607
|
@ -1,3 +0,0 @@
|
|||
[test1_manual.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -1,3 +0,0 @@
|
|||
[test2_manual.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -1,3 +0,0 @@
|
|||
[test3_manual.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -1,3 +0,0 @@
|
|||
[test_errors_manual.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -24,6 +24,12 @@
|
|||
[Getters and value conversions should happen in order until an exception is thrown.]
|
||||
expected: FAIL
|
||||
|
||||
[Changes to the blobParts array should be reflected in the returned Blob (pop).]
|
||||
expected: FAIL
|
||||
|
||||
[Changes to the blobParts array should be reflected in the returned Blob (unshift).]
|
||||
expected: FAIL
|
||||
|
||||
[Passing an element as the blobParts array should work.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -48,12 +54,6 @@
|
|||
[Newlines should not change when endings is \'native\'.]
|
||||
expected: FAIL
|
||||
|
||||
[Changes to the blobParts array should be reflected in the returned Blob (pop).]
|
||||
expected: FAIL
|
||||
|
||||
[Changes to the blobParts array should be reflected in the returned Blob (unshift).]
|
||||
expected: FAIL
|
||||
|
||||
[Blob with type "A"]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -81,7 +81,3 @@
|
|||
[Blob with type "image/gif\\0"]
|
||||
expected: FAIL
|
||||
|
||||
[no-argument Blob constructor]
|
||||
expected:
|
||||
if debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
[FileReader-multiple-reads.html]
|
||||
type: testharness
|
||||
[test FileReader InvalidStateError exception for readAsText]
|
||||
expected: FAIL
|
||||
|
||||
[test FileReader InvalidStateError exception for readAsDataURL]
|
||||
expected: FAIL
|
||||
|
||||
[test FileReader InvalidStateError exception for readAsArrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[test FileReader InvalidStateError exception in onloadstart event for readAsArrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[test FileReader no InvalidStateError exception in onloadstart event for readAsArrayBuffer]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[url_createobjecturl_blob.html]
|
||||
type: testharness
|
||||
[Check if the Blob URI starts with \'blob\' using createFor()]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[XMLHttpRequest-withCredentials.html]
|
||||
type: testharness
|
||||
[setting withCredentials when not in UNSENT, OPENED state]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[XMLHttpRequest-withCredentials.worker]
|
||||
type: testharness
|
||||
[setting withCredentials when not in UNSENT, OPENED state]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[withcredentials-set.htm]
|
||||
type: testharness
|
||||
[can also be set in OPEN state]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[withcredentials-wrong-state.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: setting withCredentials when not in UNSENT, OPENED state]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[disabled-elements-01.html]
|
||||
type: testharness
|
||||
[Test [button\]: synthetic click events should be dispatched]
|
||||
expected: FAIL
|
||||
|
||||
[Test [input\]: synthetic click events should be dispatched]
|
||||
expected: FAIL
|
||||
|
||||
[Test [select\]: synthetic click events should be dispatched]
|
||||
expected: FAIL
|
||||
|
||||
[Test [textarea\]: synthetic click events should be dispatched]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[Object.prototype.freeze.html]
|
||||
type: testharness
|
||||
[Object.freeze 1]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[Object.prototype.preventExtensions.html]
|
||||
type: testharness
|
||||
[Object.preventExtensions 1]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[Object.prototype.seal.html]
|
||||
type: testharness
|
||||
[Object.seal 1]
|
||||
expected: FAIL
|
||||
|
|
@ -12,3 +12,9 @@
|
|||
[Test addSourceBuffer() with AAC and H.264 in separate SourceBuffers]
|
||||
expected: FAIL
|
||||
|
||||
[Test addSourceBuffer() video only]
|
||||
expected: FAIL
|
||||
|
||||
[Test addSourceBuffer() audio only]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,23 @@
|
|||
[mediasource-append-buffer.html]
|
||||
type: testharness
|
||||
expected:
|
||||
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
|
||||
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
|
||||
[Test MediaSource.removeSourceBuffer() call during a pending appendBuffer().]
|
||||
expected: FAIL
|
||||
|
||||
[Test appendBuffer with partial init segments.]
|
||||
expected:
|
||||
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
|
||||
|
||||
[Test appendBuffer with partial media segments.]
|
||||
expected:
|
||||
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
|
||||
|
||||
[Test abort in the middle of an initialization segment.]
|
||||
expected:
|
||||
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
|
||||
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
|
||||
|
||||
|
|
|
@ -12,3 +12,6 @@
|
|||
[Muxed content empty buffered ranges.]
|
||||
expected: FAIL
|
||||
|
||||
[Muxed content with different lengths]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
[mediasource-duration-boundaryconditions.html]
|
||||
type: testharness
|
||||
[Set duration to Number.MAX_VALUE]
|
||||
expected: FAIL
|
||||
|
||||
[Set duration to Number.MIN_VALUE]
|
||||
expected: FAIL
|
||||
|
||||
[Set duration to Number.MAX_VALUE - 1]
|
||||
expected: FAIL
|
||||
|
||||
[Set duration to Number.POSITIVE_INFINITY]
|
||||
expected: FAIL
|
||||
|
|
@ -62,3 +62,6 @@
|
|||
if os == "linux": FAIL
|
||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||
|
||||
[Test valid WebM type "AUDIO/WEBM;CODECS="vorbis""]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -12,3 +12,14 @@
|
|||
[Test removing the end of appended data.]
|
||||
expected: FAIL
|
||||
|
||||
[Test remove with a NEGATIVE_INFINITY end.]
|
||||
expected: FAIL
|
||||
|
||||
[Test remove with a NaN end.]
|
||||
expected: FAIL
|
||||
|
||||
[Test remove with a start at the duration.]
|
||||
expected:
|
||||
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[mediasource-removesourcebuffer.html]
|
||||
type: testharness
|
||||
[Test removesourcebuffer event on activeSourceBuffers.]
|
||||
expected:
|
||||
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
|
||||
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[mediasource-sequencemode-append-buffer.html]
|
||||
type: testharness
|
||||
[Test sequence AppendMode appendBuffer(first media segment)]
|
||||
expected: FAIL
|
||||
|
||||
[Test sequence AppendMode appendBuffer(second media segment)]
|
||||
expected: FAIL
|
||||
|
||||
[Test sequence AppendMode appendBuffer(second media segment, then first media segment)]
|
||||
expected: FAIL
|
||||
|
|
@ -3,3 +3,7 @@
|
|||
[PerformanceEntry has correct name, initiatorType, startTime, and duration (link)]
|
||||
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1079837
|
||||
|
||||
[PerformanceEntry has correct order of timing attributes (xmlhttprequest)]
|
||||
expected:
|
||||
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
|
||||
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,14 @@
|
|||
[extended-payload-length.html]
|
||||
type: testharness
|
||||
[Application data is 125 byte which means any \'Extended payload length\' field isn\'t used at all.]
|
||||
expected: FAIL
|
||||
|
||||
[Application data is 126 byte which starts to use the 16 bit \'Extended payload length\' field.]
|
||||
expected: FAIL
|
||||
|
||||
[Application data is 0xFFFF byte which means the upper bound of the 16 bit \'Extended payload length\' field.]
|
||||
expected: FAIL
|
||||
|
||||
[Application data is (0xFFFF + 1) byte which starts to use the 64 bit \'Extended payload length\' field]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[020.html]
|
||||
type: testharness
|
||||
expected:
|
||||
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
|
||||
[WebSockets: error events]
|
||||
expected:
|
||||
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[EventTarget.worker]
|
||||
type: testharness
|
||||
[removeEventListener]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[onmessage.html]
|
||||
type: testharness
|
||||
[onmessage]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
[001.worker]
|
||||
type: testharness
|
||||
[The ErrorEvent interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The SharedWorker interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The MessageChannel interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The FileList interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The ProgressEvent interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The FormData interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The CanvasProxy interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The ImageBitmap interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The CanvasRenderingContext2D interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The DrawingStyle interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The CanvasGradient interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The CanvasPattern interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The Path interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The TextMetrics interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
Загрузка…
Ссылка в новой задаче