Commit 4686dd38 authored by moz-wptsync-bot's avatar moz-wptsync-bot
Browse files

Bug 1688097 - [wpt-sync] Update web-platform-tests to...

Bug 1688097 - [wpt-sync] Update web-platform-tests to 64cc817eedc570d93adc05dd63fad957da908cd8, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: 64cc817eedc570d93adc05dd63fad957da908cd8
wpt-type: landing
parent 970a7f51
Loading
Loading
Loading
Loading
+47 −17
Original line number Diff line number Diff line
@@ -93,57 +93,87 @@


[structured-clone.any.html?101-last]
  expected: [TIMEOUT, OK]
  expected:
    if fission and (os == "win"): ["OK", "TIMEOUT"]
    [TIMEOUT, OK]
  [Not serializable: Window: [object Window\]]
    expected: [NOTRUN, PASS]
    expected:
      if fission and (os == "win"): ["PASS", "NOTRUN"]
      [NOTRUN, PASS]

  [Not serializable: symbol: Symbol(desc)]
    expected: [NOTRUN, FAIL]
    expected:
      if fission and (os == "win"): ["FAIL", "NOTRUN"]
      [NOTRUN, FAIL]

  [FileList: [object FileList\]]
    expected: [NOTRUN, PASS, FAIL]
    expected:
      if fission and (os == "win"): ["FAIL", "PASS", "NOTRUN"]
      [NOTRUN, PASS, FAIL]

  [Not serializable: function: function() {}]
    expected: [NOTRUN, PASS]
    expected:
      if fission and (os == "win"): ["PASS", "NOTRUN"]
      [NOTRUN, PASS]

  [File: [object File\]]
    expected: [NOTRUN, PASS, TIMEOUT]
    expected:
      if fission and (os == "win"): ["PASS", "TIMEOUT", "NOTRUN"]
      [NOTRUN, PASS, TIMEOUT]

  [Not serializable: Event: [object Event\]]
    expected: [NOTRUN, PASS]
    expected:
      if fission and (os == "win"): ["PASS", "NOTRUN"]
      [NOTRUN, PASS]

  [Not serializable: MessageChannel: [object MessageChannel\]]
    expected: [NOTRUN, PASS]
    expected:
      if fission and (os == "win"): ["PASS", "NOTRUN"]
      [NOTRUN, PASS]

  [Blob: [object Blob\]]
    expected: [TIMEOUT, PASS]
    expected:
      if fission and (os == "win"): ["PASS", "TIMEOUT"]
      [TIMEOUT, PASS]


[structured-clone.any.worker.html?101-last]
  expected: [TIMEOUT, OK]
  expected:
    if fission and (os == "win"): ["OK", "TIMEOUT"]
    [TIMEOUT, OK]
  [Not serializable: function: function() {}]
    expected: [NOTRUN, PASS]
    expected:
      if fission and (os == "win"): ["PASS", "NOTRUN"]
      [NOTRUN, PASS]

  [Not serializable: MessageChannel: [object MessageChannel\]]
    expected: [NOTRUN, PASS]
    expected:
      if fission and (os == "win"): ["PASS", "NOTRUN"]
      [NOTRUN, PASS]

  [Not serializable: symbol: Symbol(desc)]
    expected: [NOTRUN, FAIL]
    expected:
      if fission and (os == "win"): ["FAIL", "NOTRUN"]
      [NOTRUN, FAIL]

  [File: [object File\]]
    expected:
      if (os == "win") and webrender and not debug and not fission: ["TIMEOUT", "PASS", "NOTRUN"]
      if fission and (os == "win"): ["PASS", "TIMEOUT", "NOTRUN"]
      [NOTRUN, PASS, TIMEOUT]

  [Not serializable: Event: [object Event\]]
    expected: [NOTRUN, PASS]
    expected:
      if fission and (os == "win"): ["PASS", "NOTRUN"]
      [NOTRUN, PASS]

  [Not serializable: DedicatedWorkerGlobalScope: [object DedicatedWorkerGlobalScope\]]
    expected: [NOTRUN, PASS]
    expected:
      if fission and (os == "win"): ["PASS", "NOTRUN"]
      [NOTRUN, PASS]

  [Blob: [object Blob\]]
    expected:
      if (os == "win") and webrender and not debug and not fission: ["PASS", "TIMEOUT"]
      if fission and (os == "win"): ["PASS", "TIMEOUT"]
      [TIMEOUT, PASS]


+4 −4
Original line number Diff line number Diff line
[iframe-all-local-schemes-inherit-self.sub.html]
  expected:
    if (os == "linux") and not webrender and not debug and (processor == "x86"): ["TIMEOUT", "OK"]
    if (os == "mac") and debug: ["TIMEOUT", "OK"]
    if (os == "win") and fission: ["TIMEOUT", "OK"]
    if os == "mac": ["TIMEOUT", "OK"]
    [OK, TIMEOUT]
  [<iframe>'s about:blank inherits policy.]
    expected:
      if (os == "linux") and not webrender and not debug and (processor == "x86"): ["TIMEOUT", "PASS"]
      if (os == "mac") and debug: ["TIMEOUT", "PASS"]
      if (os == "win") and fission: ["TIMEOUT", "PASS"]
      if os == "mac": ["TIMEOUT", "PASS"]
      [PASS, TIMEOUT]
+3 −2
Original line number Diff line number Diff line
[href-location-blocked.sub.html]
  [Violation report status OK.]
    expected:
      if (os == "android") and not debug and webrender: ["PASS", "FAIL"]
      if (os == "android") and not debug and not webrender: ["PASS", "FAIL"]
      if (os == "android") and debug: ["PASS", "FAIL"]
      if (os == "android") and not debug and webrender: ["PASS", "FAIL"]
      if (os == "android") and debug and not webrender: ["PASS", "FAIL"]
      if (os == "android") and debug and webrender: ["PASS", "FAIL"]
+2 −12
Original line number Diff line number Diff line
[spv-only-sent-to-initiator.sub.html]
  expected:
    if (os == "linux") and fission and debug: ["TIMEOUT", "OK"]
    if (os == "android") and not debug and webrender: ["TIMEOUT", "OK"]
    if (os == "mac") and not debug: ["TIMEOUT", "OK"]
    if (os == "mac") and debug: ["TIMEOUT", "OK"]
    [OK, TIMEOUT]
  expected: [OK, TIMEOUT]
  [Test that no spv event is raised]
    expected:
      if (os == "linux") and fission and debug: ["NOTRUN", "FAIL"]
      if (os == "android") and not debug and webrender: ["NOTRUN", "FAIL"]
      if (os == "mac") and not debug: ["NOTRUN", "FAIL"]
      if (os == "mac") and debug: ["NOTRUN", "FAIL"]
      [FAIL, NOTRUN]
    expected: [FAIL, NOTRUN]

  [Violation report status OK.]
    expected: FAIL
+56 −0
Original line number Diff line number Diff line
@@ -2,140 +2,196 @@
  [Return the most recent nameless cookie, even if preceded by =, in addition to other valid cookie]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Use last value for cookies with identical names]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Keep first-in, first-out name order]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Keep first-in, first-out single-char name order]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Keep non-alphabetic first-in, first-out name order]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Keep first-in, first-out order if comma-separated]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Set nameless cookie, given `Set-Cookie: =test16`]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Overwrite nameless cookie]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Ignore cookie with empty name and empty value]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Ignore cookie with no name or value]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for a=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for 1=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for $=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for !a=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for @a=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for #a=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for $a=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for %a=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for ^a=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for &a=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for *a=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for (a=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for )a=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for -a=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for _a=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for +=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for "a=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL

  [Name is set as expected for "a=b"=test]
    expected:
      if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
      if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
      if (os == "win") and debug and webrender: ["FAIL", "PASS"]
      FAIL
Loading