Bug 1513561 [wpt PR 14479] - Update wpt metadata, a=testonly

wpt-pr: 14479
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2018-12-12 19:37:22 +00:00 коммит произвёл James Graham
Родитель 9f368fb0f0
Коммит d3d220f11b
11 изменённых файлов: 52 добавлений и 26 удалений

Просмотреть файл

@ -0,0 +1,5 @@
[buffer-full-add-after-full-event.html]
expected: TIMEOUT
[Test that entry was added to the buffer after a buffer full event]
expected: TIMEOUT

Просмотреть файл

@ -0,0 +1,5 @@
[buffer-full-add-entries-during-callback-that-drop.html]
expected: TIMEOUT
[Test that entries synchronously added to the buffer during the callback are dropped]
expected: TIMEOUT

Просмотреть файл

@ -0,0 +1,5 @@
[buffer-full-add-entries-during-callback.html]
expected: TIMEOUT
[Test that entries synchronously added to the buffer during the callback don't get dropped if the buffer is increased]
expected: TIMEOUT

Просмотреть файл

@ -0,0 +1,5 @@
[buffer-full-add-then-clear.html]
expected: ERROR
[Test that if the buffer is cleared after entries were added to the secondary buffer, those entries make it into the primary one]
expected: FAIL

Просмотреть файл

@ -0,0 +1,5 @@
[buffer-full-inspect-buffer-during-callback.html]
expected: ERROR
[Test that entries in the secondary buffer are not exposed during the callback and before they are copied to the primary buffer]
expected: TIMEOUT

Просмотреть файл

@ -0,0 +1,5 @@
[buffer-full-set-to-current-buffer.html]
expected: TIMEOUT
[Test that entries added and event firing happened in the right sequence]
expected: TIMEOUT

Просмотреть файл

@ -0,0 +1,4 @@
[buffer-full-store-and-clear-during-callback.html]
[Test that entries overflowing the buffer trigger the buffer full event, can be stored, and find themselves in the primary buffer after it's cleared.]
expected: FAIL

Просмотреть файл

@ -0,0 +1,5 @@
[buffer-full-then-increased.html]
expected: ERROR
[Test that overflowing the buffer and immediately increasing its limit does not trigger the resourcetimingbufferfull event]
expected: FAIL

Просмотреть файл

@ -0,0 +1,5 @@
[buffer-full-when-populate-entries.html]
expected: ERROR
[Test that a buffer full event does not bubble and that resourcetimingbufferfull is called only once per overflow]
expected: TIMEOUT

Просмотреть файл

@ -1,25 +0,0 @@
[resource_timing_store_and_clear_during_callback.html]
[http://web-platform.test:8000/resources/testharnessreport.js is expected to be in the Resource Timing buffer]
expected: FAIL
[http://web-platform.test:8000/resource-timing/resources/empty_script.js is expected to be in the Resource Timing buffer]
expected: FAIL
[6 resource timing entries should be moved to global buffer.]
expected: FAIL
[No entry should be stored in resource timing buffer since its cleared once an item arrived.]
expected: FAIL
[http://web-platform.test:8000/resource-timing/resources/webperftestharness.js is expected to be in the Resource Timing buffer]
expected: FAIL
[http://web-platform.test:8000/resources/testharness.js is expected to be in the Resource Timing buffer]
expected: FAIL
[http://web-platform.test:8000/resource-timing/resources/resource_timing_test0.js is expected to be in the Resource Timing buffer]
expected: FAIL
[http://web-platform.test:8000/resource-timing/resources/webperftestharnessextension.js is expected to be in the Resource Timing buffer]
expected: FAIL

Просмотреть файл

@ -1,6 +1,13 @@
prefs: [privacy.reduceTimerPrecision:false]
[performance-timeline.https.html]
expected: TIMEOUT
[Resource Timing]
expected: FAIL
expected: TIMEOUT
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1432758
[Test Performance Timeline API in Service Worker]
expected: TIMEOUT
[empty service worker fetch event included in performance timings]
expected: NOTRUN