Commit 660018a5 authored by Erich Gubler's avatar Erich Gubler
Browse files

Bug 1886197 - test(webgpu): update expected outcomes in CTS after bug 1884946...

Bug 1886197 - test(webgpu): update expected outcomes in CTS after bug 1884946 r=webgpu-reviewers,nical

Processes reports from the following, with `moz-webgpu-cts
process-reports …`, version 0.7.0:

* [try:b217b8300530](https://treeherder.mozilla.org/jobs?repo=try&tier=1%2C2%2C3&revision=b217b83005300a35031523de043468482b344125)
  with `--preset=same-fx`
* [try:1375a8c2928b](https://treeherder.mozilla.org/jobs?repo=try&tier=1%2C2%2C3&revision=1375a8c2928b99928212e52c1a6813d44b6368d1)
  with `--preset=same-fx`
* [try:a9b4410ae005](https://treeherder.mozilla.org/jobs?repo=try&tier=1%2C2%2C3&revision=a9b4410ae00508ee1c2a41817c14cb7e72e8fc81)
  with `--preset=same-fx`

Differential Revision: https://phabricator.services.mozilla.com/D205114
parent 572aae14
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -592,8 +592,7 @@


  [:mapAsyncRegionLeft="explicit-expand";mapAsyncRegionRight="default-expand"]
  [:mapAsyncRegionLeft="explicit-expand";mapAsyncRegionRight="default-expand"]
    expected:
    expected:
      if os == "win" and debug: FAIL
      if os == "win": [PASS, FAIL]
      if os == "win" and not debug: [PASS, FAIL]
      if os == "linux" and not debug: [PASS, FAIL]
      if os == "linux" and not debug: [PASS, FAIL]
      if os == "mac": FAIL
      if os == "mac": FAIL


+20 −12
Original line number Original line Diff line number Diff line
@@ -1624,10 +1624,12 @@
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rg11b10ufloat";dimension="2d"]
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rg11b10ufloat";dimension="2d"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]


  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rg11b10ufloat";dimension="3d"]
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rg11b10ufloat";dimension="3d"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]


  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rg16float";dimension="2d"]
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rg16float";dimension="2d"]
    expected:
    expected:
@@ -1728,10 +1730,12 @@
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rgb10a2unorm";dimension="3d"]
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rgb10a2unorm";dimension="3d"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]


  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rgb9e5ufloat";dimension="2d"]
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rgb9e5ufloat";dimension="2d"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]


  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rgb9e5ufloat";dimension="3d"]
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rgb9e5ufloat";dimension="3d"]
    expected:
    expected:
@@ -4271,6 +4275,7 @@
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rgba8snorm";dimension="3d"]
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rgba8snorm";dimension="3d"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]


  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rgba8uint";dimension="1d"]
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rgba8uint";dimension="1d"]
    expected:
    expected:
@@ -4314,6 +4319,7 @@


[cts.https.html?q=webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes_copy_depth_stencil:*]
[cts.https.html?q=webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes_copy_depth_stencil:*]
  expected:
  expected:
    if os == "win": [OK, ERROR]
    if os == "linux" and not debug: [OK, TIMEOUT]
    if os == "linux" and not debug: [OK, TIMEOUT]
  [:format="depth16unorm";copyMethod="CopyT2B";aspect="depth-only"]
  [:format="depth16unorm";copyMethod="CopyT2B";aspect="depth-only"]
    expected:
    expected:
@@ -5079,7 +5085,7 @@
  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="rg8sint";dimension="3d"]
  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="rg8sint";dimension="3d"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: [TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "mac" and debug: FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: NOTRUN


@@ -5373,26 +5379,26 @@
  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="1d"]
  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="1d"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: NOTRUN
      if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: NOTRUN


  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="2d"]
  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="2d"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: NOTRUN
      if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: NOTRUN


  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="3d"]
  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="3d"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: NOTRUN
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "mac" and debug: FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: NOTRUN


  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="rgba8unorm-srgb";dimension="1d"]
  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="rgba8unorm-srgb";dimension="1d"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: NOTRUN
      if os == "linux" and not debug: [TIMEOUT, NOTRUN]
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: NOTRUN


  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="rgba8unorm-srgb";dimension="2d"]
  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="rgba8unorm-srgb";dimension="2d"]
@@ -7024,7 +7030,7 @@
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "mac" and debug: FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: [TIMEOUT, NOTRUN]


  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rg32sint";dimension="2d"]
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rg32sint";dimension="2d"]
    expected:
    expected:
@@ -7052,14 +7058,14 @@
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "mac" and debug: FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: [TIMEOUT, NOTRUN]
      if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]


  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rg32uint";dimension="3d"]
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rg32uint";dimension="3d"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "mac" and debug: FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]


  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rg8sint";dimension="1d"]
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rg8sint";dimension="1d"]
    expected:
    expected:
@@ -7347,7 +7353,8 @@
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "mac": FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]


  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rgba8snorm";dimension="2d"]
  [:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="rgba8snorm";dimension="2d"]
    expected:
    expected:
@@ -7418,7 +7425,8 @@
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "mac": FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]




[cts.https.html?q=webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:*]
[cts.https.html?q=webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:*]
@@ -7704,13 +7712,13 @@
  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="bgra8unorm-srgb";dimension="2d"]
  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="bgra8unorm-srgb";dimension="2d"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: [TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: NOTRUN


  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="bgra8unorm-srgb";dimension="3d"]
  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="bgra8unorm-srgb";dimension="3d"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: NOTRUN
      if os == "linux" and not debug: [TIMEOUT, NOTRUN]
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: NOTRUN


  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="eac-r11snorm";dimension="2d"]
  [:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="eac-r11snorm";dimension="2d"]
+22 −12
Original line number Original line Diff line number Diff line
@@ -85,7 +85,7 @@
    expected:
    expected:
      if os == "win" and debug: FAIL
      if os == "win" and debug: FAIL
      if os == "win" and not debug: [PASS, FAIL]
      if os == "win" and not debug: [PASS, FAIL]
      if os == "linux" and not debug: FAIL
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "mac" and debug: FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: NOTRUN


@@ -204,7 +204,7 @@
  [:boundary="command-buffer";readOp="input-indirect-dispatch";readContext="compute-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
  [:boundary="command-buffer";readOp="input-indirect-dispatch";readContext="compute-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "mac" and debug: FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: NOTRUN


@@ -343,7 +343,7 @@
  [:boundary="command-buffer";readOp="storage-read";readContext="render-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
  [:boundary="command-buffer";readOp="storage-read";readContext="render-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
    expected:
    expected:
      if os == "win" and debug: FAIL
      if os == "win" and debug: FAIL
      if os == "win" and not debug: [PASS, FAIL]
      if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "mac" and debug: FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: NOTRUN
@@ -351,7 +351,7 @@
  [:boundary="command-buffer";readOp="storage-read";readContext="render-pass-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
  [:boundary="command-buffer";readOp="storage-read";readContext="render-pass-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
    expected:
    expected:
      if os == "win" and debug: FAIL
      if os == "win" and debug: FAIL
      if os == "win" and not debug: [PASS, FAIL]
      if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "mac" and debug: FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: NOTRUN
@@ -490,7 +490,7 @@
      if os == "win" and not debug: [PASS, FAIL]
      if os == "win" and not debug: [PASS, FAIL]
      if os == "linux" and not debug: FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: [TIMEOUT, NOTRUN]


  [:boundary="queue-op";readOp="input-index";readContext="render-bundle-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
  [:boundary="queue-op";readOp="input-index";readContext="render-bundle-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
    expected:
    expected:
@@ -538,19 +538,22 @@
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]


  [:boundary="queue-op";readOp="input-indirect";readContext="render-bundle-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
  [:boundary="queue-op";readOp="input-indirect";readContext="render-bundle-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]


  [:boundary="queue-op";readOp="input-indirect";readContext="render-bundle-encoder";writeOp="write-buffer";writeContext="queue"]
  [:boundary="queue-op";readOp="input-indirect";readContext="render-bundle-encoder";writeOp="write-buffer";writeContext="queue"]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]


  [:boundary="queue-op";readOp="input-indirect";readContext="render-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
  [:boundary="queue-op";readOp="input-indirect";readContext="render-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
    expected:
    expected:
@@ -618,7 +621,7 @@
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: [TIMEOUT, NOTRUN]
      if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]


  [:boundary="queue-op";readOp="input-indirect-index";readContext="render-bundle-encoder";writeOp="write-buffer";writeContext="queue"]
  [:boundary="queue-op";readOp="input-indirect-index";readContext="render-bundle-encoder";writeOp="write-buffer";writeContext="queue"]
    expected:
    expected:
@@ -631,7 +634,8 @@
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]


  [:boundary="queue-op";readOp="input-indirect-index";readContext="render-pass-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
  [:boundary="queue-op";readOp="input-indirect-index";readContext="render-pass-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
    expected:
    expected:
@@ -644,7 +648,8 @@
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]


  [:boundary="queue-op";readOp="input-vertex";readContext="render-bundle-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
  [:boundary="queue-op";readOp="input-vertex";readContext="render-bundle-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
    expected:
    expected:
@@ -1060,7 +1065,7 @@
  [:boundary="command-buffer";readOp="storage-read";readContext="render-pass-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
  [:boundary="command-buffer";readOp="storage-read";readContext="render-pass-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
    expected:
    expected:
      if os == "win" and debug: FAIL
      if os == "win" and debug: FAIL
      if os == "win" and not debug: [PASS, FAIL]
      if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "mac" and debug: FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: NOTRUN
      if os == "mac" and not debug: NOTRUN
@@ -1395,6 +1400,8 @@




[cts.https.html?q=webgpu:api,operation,memory_sync,buffer,multiple_buffers:ww:*]
[cts.https.html?q=webgpu:api,operation,memory_sync,buffer,multiple_buffers:ww:*]
  expected:
    if os == "mac" and not debug: [OK, TIMEOUT]
  [:boundary="command-buffer";writeOps=["b2b-copy","b2b-copy"\];contexts=["command-encoder","command-encoder"\]]
  [:boundary="command-buffer";writeOps=["b2b-copy","b2b-copy"\];contexts=["command-encoder","command-encoder"\]]
    expected:
    expected:
      if os == "win": [PASS, FAIL]
      if os == "win": [PASS, FAIL]
@@ -1430,6 +1437,7 @@
  [:boundary="command-buffer";writeOps=["storage","storage"\];contexts=["compute-pass-encoder","compute-pass-encoder"\]]
  [:boundary="command-buffer";writeOps=["storage","storage"\];contexts=["compute-pass-encoder","compute-pass-encoder"\]]
    expected:
    expected:
      if os == "win": [PASS, FAIL]
      if os == "win": [PASS, FAIL]
      if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]


  [:boundary="command-buffer";writeOps=["storage","t2b-copy"\];contexts=["compute-pass-encoder","command-encoder"\]]
  [:boundary="command-buffer";writeOps=["storage","t2b-copy"\];contexts=["compute-pass-encoder","command-encoder"\]]
    expected:
    expected:
@@ -1466,10 +1474,12 @@
  [:boundary="dispatch";writeOps=["storage","storage"\];contexts=["compute-pass-encoder","compute-pass-encoder"\]]
  [:boundary="dispatch";writeOps=["storage","storage"\];contexts=["compute-pass-encoder","compute-pass-encoder"\]]
    expected:
    expected:
      if os == "win": [PASS, FAIL]
      if os == "win": [PASS, FAIL]
      if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]


  [:boundary="pass";writeOps=["storage","storage"\];contexts=["compute-pass-encoder","compute-pass-encoder"\]]
  [:boundary="pass";writeOps=["storage","storage"\];contexts=["compute-pass-encoder","compute-pass-encoder"\]]
    expected:
    expected:
      if os == "win": [PASS, FAIL]
      if os == "win": [PASS, FAIL]
      if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]


  [:boundary="queue-op";writeOps=["b2b-copy","b2b-copy"\];contexts=["command-encoder","command-encoder"\]]
  [:boundary="queue-op";writeOps=["b2b-copy","b2b-copy"\];contexts=["command-encoder","command-encoder"\]]
    expected:
    expected:
+4 −2
Original line number Original line Diff line number Diff line
@@ -99,7 +99,8 @@
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]


  [:boundary="command-buffer";readOp="input-index";readContext="render-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
  [:boundary="command-buffer";readOp="input-index";readContext="render-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
    expected:
    expected:
@@ -131,7 +132,8 @@
    expected:
    expected:
      if os == "win": FAIL
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL
      if os == "mac" and debug: FAIL
      if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]


  [:boundary="command-buffer";readOp="input-indirect";readContext="render-pass-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
  [:boundary="command-buffer";readOp="input-indirect";readContext="render-pass-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
    expected:
    expected:
+4 −2
Original line number Original line Diff line number Diff line
@@ -105,7 +105,8 @@


  [:interpolated=true;sampleCount=4;rasterizationMask=1]
  [:interpolated=true;sampleCount=4;rasterizationMask=1]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win" and debug: FAIL
      if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [PASS, FAIL]
      if os == "linux" and not debug: [PASS, FAIL]
      if os == "mac": FAIL
      if os == "mac": FAIL


@@ -292,7 +293,8 @@


  [:interpolated=false;sampleCount=4;rasterizationMask=4]
  [:interpolated=false;sampleCount=4;rasterizationMask=4]
    expected:
    expected:
      if os == "win": FAIL
      if os == "win" and debug: FAIL
      if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
      if os == "linux" and not debug: [PASS, FAIL]
      if os == "linux" and not debug: [PASS, FAIL]
      if os == "mac": FAIL
      if os == "mac": FAIL


Loading