summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control')
-rw-r--r--testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/call.worker.html.ini2
-rw-r--r--testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/complex.worker.html.ini2
-rw-r--r--testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/eval_order.worker.html.ini2
-rw-r--r--testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/for.worker.html.ini2
-rw-r--r--testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/if.worker.html.ini2
-rw-r--r--testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/loop.worker.html.ini2
-rw-r--r--testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/phony.worker.html.ini2
-rw-r--r--testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/return.worker.html.ini2
-rw-r--r--testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/switch.worker.html.ini2
-rw-r--r--testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/while.worker.html.ini2
10 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/call.worker.html.ini b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/call.worker.html.ini
new file mode 100644
index 0000000000..1f66ddb5e0
--- /dev/null
+++ b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/call.worker.html.ini
@@ -0,0 +1,2 @@
+[call.worker.html]
+ expected: SKIP
diff --git a/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/complex.worker.html.ini b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/complex.worker.html.ini
new file mode 100644
index 0000000000..ea62379a4b
--- /dev/null
+++ b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/complex.worker.html.ini
@@ -0,0 +1,2 @@
+[complex.worker.html]
+ expected: SKIP
diff --git a/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/eval_order.worker.html.ini b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/eval_order.worker.html.ini
new file mode 100644
index 0000000000..70c25f917c
--- /dev/null
+++ b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/eval_order.worker.html.ini
@@ -0,0 +1,2 @@
+[eval_order.worker.html]
+ expected: SKIP
diff --git a/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/for.worker.html.ini b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/for.worker.html.ini
new file mode 100644
index 0000000000..c9e2f9120a
--- /dev/null
+++ b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/for.worker.html.ini
@@ -0,0 +1,2 @@
+[for.worker.html]
+ expected: SKIP
diff --git a/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/if.worker.html.ini b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/if.worker.html.ini
new file mode 100644
index 0000000000..5a5e58226f
--- /dev/null
+++ b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/if.worker.html.ini
@@ -0,0 +1,2 @@
+[if.worker.html]
+ expected: SKIP
diff --git a/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/loop.worker.html.ini b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/loop.worker.html.ini
new file mode 100644
index 0000000000..f3327ca989
--- /dev/null
+++ b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/loop.worker.html.ini
@@ -0,0 +1,2 @@
+[loop.worker.html]
+ expected: SKIP
diff --git a/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/phony.worker.html.ini b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/phony.worker.html.ini
new file mode 100644
index 0000000000..e8efdd1b8a
--- /dev/null
+++ b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/phony.worker.html.ini
@@ -0,0 +1,2 @@
+[phony.worker.html]
+ expected: SKIP
diff --git a/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/return.worker.html.ini b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/return.worker.html.ini
new file mode 100644
index 0000000000..b9d6c3e10e
--- /dev/null
+++ b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/return.worker.html.ini
@@ -0,0 +1,2 @@
+[return.worker.html]
+ expected: SKIP
diff --git a/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/switch.worker.html.ini b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/switch.worker.html.ini
new file mode 100644
index 0000000000..a8130fb995
--- /dev/null
+++ b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/switch.worker.html.ini
@@ -0,0 +1,2 @@
+[switch.worker.html]
+ expected: SKIP
diff --git a/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/while.worker.html.ini b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/while.worker.html.ini
new file mode 100644
index 0000000000..387f5216c2
--- /dev/null
+++ b/testing/web-platform/mozilla/meta/webgpu/cts/webworker/shader/execution/flow_control/while.worker.html.ini
@@ -0,0 +1,2 @@
+[while.worker.html]
+ expected: SKIP