Bug 1863144: test(webgpu): make CI green again r=webgpu-reviewers,jimb

Differential Revision: https://phabricator.services.mozilla.com/D192788
This commit is contained in:
Erich Gubler 2023-11-06 16:11:23 +00:00
Родитель b950c888b2
Коммит 97b5a446c0
60 изменённых файлов: 14281 добавлений и 7172 удалений

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

@ -1,10 +1,14 @@
[cts.https.html?q=webgpu:api,operation,adapter,requestAdapter:requestAdapter:*]
[:powerPreference="_undef_";forceFallbackAdapter="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:powerPreference="_undef_";forceFallbackAdapter=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:powerPreference="_undef_";forceFallbackAdapter=true]
@ -53,6 +57,8 @@
[cts.https.html?q=webgpu:api,operation,adapter,requestAdapter:requestAdapter_no_parameters:*]
[:]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -63,6 +69,7 @@
[cts.https.html?q=webgpu:api,operation,adapter,requestAdapterInfo:adapter_info_with_hints:*]
[:]
[cts.https.html?q=webgpu:api,operation,adapter,requestDevice:default:*]
@ -1055,6 +1062,9 @@
[cts.https.html?q=webgpu:api,operation,buffers,map_detach:while_mapped:*]
[:]
expected:
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,operation,buffers,map_oom:mappedAtCreation:*]

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -49,6 +49,8 @@
[cts.https.html?q=webgpu:api,validation,createBindGroup:buffer,effective_buffer_binding_size:*]
expected:
if os == "win": CRASH
[:type="read-only-storage"]
expected: FAIL

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

@ -10610,25 +10610,25 @@
[:dimension="2d";format="bc4-r-snorm";size=[8188,1,1\]]
expected:
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="bc4-r-snorm";size=[8188,4,1\]]
expected:
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="bc4-r-snorm";size=[8191,1,1\]]
expected:
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="bc4-r-snorm";size=[8192,1,1\]]
expected:
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -10670,7 +10670,8 @@
[:dimension="2d";format="bc4-r-unorm";size=[1,1,257\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="bc4-r-unorm";size=[1,4,255\]]
@ -10681,7 +10682,8 @@
[:dimension="2d";format="bc4-r-unorm";size=[1,4,256\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="bc4-r-unorm";size=[1,4,257\]]
@ -10740,12 +10742,13 @@
[:dimension="2d";format="bc4-r-unorm";size=[4,4,256\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="bc4-r-unorm";size=[4,4,257\]]
expected:
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -19929,19 +19932,19 @@
[:dimension="2d";format="r32uint";size=[8191,1,1\]]
expected:
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="r32uint";size=[8192,1,1\]]
expected:
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="r32uint";size=[8193,1,1\]]
expected:
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -20700,13 +20703,13 @@
[:dimension="2d";format="rgba16float";size=[1,1,256\]]
expected:
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="rgba16float";size=[1,1,257\]]
expected:
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -20730,6 +20733,7 @@
[:dimension="2d";format="rgba16float";size=[8191,1,1\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -20742,51 +20746,61 @@
[:dimension="2d";format="rgba16float";size=[8193,1,1\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="rgba16sint";size=[1,1,255\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="rgba16sint";size=[1,1,256\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="rgba16sint";size=[1,1,257\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="rgba16sint";size=[1,8191,1\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="rgba16sint";size=[1,8192,1\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="rgba16sint";size=[1,8193,1\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="rgba16sint";size=[8191,1,1\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="rgba16sint";size=[8192,1,1\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:dimension="2d";format="rgba16sint";size=[8193,1,1\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -20802,6 +20816,7 @@
[:dimension="2d";format="rgba16uint";size=[1,1,257\]]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL

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

@ -1,4 +1,107 @@
[cts.https.html?q=webgpu:api,validation,createTexture:texture_size,3d_texture,compressed_format:*]
[:format="astc-10x10-unorm"]
[:format="astc-10x10-unorm-srgb"]
[:format="astc-10x5-unorm"]
[:format="astc-10x5-unorm-srgb"]
[:format="astc-10x6-unorm"]
[:format="astc-10x6-unorm-srgb"]
[:format="astc-10x8-unorm"]
[:format="astc-10x8-unorm-srgb"]
[:format="astc-12x10-unorm"]
[:format="astc-12x10-unorm-srgb"]
[:format="astc-12x12-unorm"]
[:format="astc-12x12-unorm-srgb"]
[:format="astc-4x4-unorm"]
[:format="astc-4x4-unorm-srgb"]
[:format="astc-5x4-unorm"]
[:format="astc-5x4-unorm-srgb"]
[:format="astc-5x5-unorm"]
[:format="astc-5x5-unorm-srgb"]
[:format="astc-6x5-unorm"]
[:format="astc-6x5-unorm-srgb"]
[:format="astc-6x6-unorm"]
[:format="astc-6x6-unorm-srgb"]
[:format="astc-8x5-unorm"]
[:format="astc-8x5-unorm-srgb"]
[:format="astc-8x6-unorm"]
[:format="astc-8x6-unorm-srgb"]
[:format="astc-8x8-unorm"]
[:format="astc-8x8-unorm-srgb"]
[:format="bc1-rgba-unorm"]
[:format="bc1-rgba-unorm-srgb"]
[:format="bc2-rgba-unorm"]
[:format="bc2-rgba-unorm-srgb"]
[:format="bc3-rgba-unorm"]
[:format="bc3-rgba-unorm-srgb"]
[:format="bc4-r-snorm"]
[:format="bc4-r-unorm"]
[:format="bc5-rg-snorm"]
[:format="bc5-rg-unorm"]
[:format="bc6h-rgb-float"]
[:format="bc6h-rgb-ufloat"]
[:format="bc7-rgba-unorm"]
[:format="bc7-rgba-unorm-srgb"]
[:format="eac-r11snorm"]
[:format="eac-r11unorm"]
[:format="eac-rg11snorm"]
[:format="eac-rg11unorm"]
[:format="etc2-rgb8a1unorm"]
[:format="etc2-rgb8a1unorm-srgb"]
[:format="etc2-rgb8unorm"]
[:format="etc2-rgb8unorm-srgb"]
[:format="etc2-rgba8unorm"]
[:format="etc2-rgba8unorm-srgb"]
[cts.https.html?q=webgpu:api,validation,createTexture:texture_size,3d_texture,uncompressed_format:*]
@ -3486,6 +3589,8 @@
[cts.https.html?q=webgpu:api,validation,encoding,beginRenderPass:color_attachments,device_mismatch:*]
expected:
if os == "linux" and not debug: [OK, CRASH]
[:]
expected: FAIL

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

@ -1,6 +1,7 @@
[cts.https.html?q=webgpu:api,validation,encoding,cmds,clearBuffer:offset_alignment:*]
expected:
if os == "linux": [OK, CRASH]
if os == "linux" and debug: [OK, CRASH]
if os == "linux" and not debug: [OK, ERROR]
[:]
expected: FAIL
@ -27,10 +28,12 @@
if os == "linux": [OK, CRASH]
[:dispatchType="direct";largeDimValue=0]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:dispatchType="direct";largeDimValue=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:dispatchType="direct";largeDimValue=2147483647]
@ -203,6 +206,8 @@
[cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:sample_count:*]
expected:
if os == "linux" and not debug: [OK, CRASH]
[:]
expected: FAIL
@ -214,6 +219,7 @@
[cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:*]
expected:
if os == "win" and debug: [OK, CRASH]
if os == "linux": [OK, CRASH]
[:srcFormatFeature="_undef_";dstFormatFeature="_undef_"]
expected: FAIL
@ -326,5 +332,7 @@
[cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_usage:*]
expected:
if os == "linux" and not debug: [OK, CRASH]
[:]
expected: FAIL

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

@ -1370,6 +1370,7 @@
[cts.https.html?q=webgpu:api,validation,encoding,cmds,render,draw:vertex_buffer_OOB:*]
expected:
if os == "win" and not debug: [OK, ERROR]
if os == "linux": CRASH
[:type="draw";VBSize="enough";IBSize="enough";VStride0=false;IStride0=false;AStride="exact";offset=0]
expected: FAIL

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -1,38 +1,47 @@
[cts.https.html?q=webgpu:api,validation,encoding,cmds,setBindGroup:buffer_dynamic_offsets:*]
[:type="read-only-storage";encoderType="compute%20pass"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:type="read-only-storage";encoderType="render%20bundle"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:type="read-only-storage";encoderType="render%20pass"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:type="storage";encoderType="compute%20pass"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:type="storage";encoderType="render%20bundle"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:type="storage";encoderType="render%20pass"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:type="uniform";encoderType="compute%20pass"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:type="uniform";encoderType="render%20bundle"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:type="uniform";encoderType="render%20pass"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -50,50 +59,62 @@
[:format="r16float"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="r16sint"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="r16uint"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="r32float"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="r32sint"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="r32uint"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="r8sint"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="r8uint"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="r8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="rg16float"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="rg16sint"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="rg16uint"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="rg32float"]
@ -107,14 +128,17 @@
[:format="rg8sint"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="rg8uint"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="rg8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="rgb10a2unorm"]
@ -140,10 +164,12 @@
[:format="rgba8sint"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="rgba8uint"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="rgba8unorm"]
@ -156,6 +182,7 @@
[cts.https.html?q=webgpu:api,validation,encoding,createRenderBundleEncoder:attachment_state,limits,maxColorAttachmentBytesPerSample,unaligned:*]
[:formats=["r32float","rgba8unorm","rgba32float","r8unorm","r8unorm"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:formats=["r8unorm","r32float","rgba8unorm","rgba32float","r8unorm"\]]
@ -165,16 +192,19 @@
[cts.https.html?q=webgpu:api,validation,encoding,createRenderBundleEncoder:attachment_state,limits,maxColorAttachments:*]
[:]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,encoding,createRenderBundleEncoder:depth_stencil_readonly:*]
[:depthStencilFormat="depth16unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:depthStencilFormat="depth24plus"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:depthStencilFormat="depth24plus-stencil8"]
@ -182,6 +212,7 @@
[:depthStencilFormat="depth32float"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:depthStencilFormat="depth32float-stencil8"]
@ -189,126 +220,156 @@
[:depthStencilFormat="stencil8"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,encoding,createRenderBundleEncoder:depth_stencil_readonly_with_undefined_depth:*]
[:]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,encoding,createRenderBundleEncoder:valid_texture_formats:*]
[:format="astc-10x10-unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-10x10-unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-10x5-unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-10x5-unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-10x6-unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-10x6-unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-10x8-unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-10x8-unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-12x10-unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-12x10-unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-12x12-unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-12x12-unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-4x4-unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-4x4-unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-5x4-unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-5x4-unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-5x5-unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-5x5-unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-6x5-unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-6x5-unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-6x6-unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-6x6-unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-8x5-unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-8x5-unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-8x6-unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-8x6-unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-8x8-unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="astc-8x8-unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="bc1-rgba-unorm"]
@ -376,42 +437,52 @@
[:format="eac-r11snorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="eac-r11unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="eac-rg11snorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="eac-rg11unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="etc2-rgb8a1unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="etc2-rgb8a1unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="etc2-rgb8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="etc2-rgb8unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="etc2-rgba8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="etc2-rgba8unorm-srgb"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="r16float"]
@ -715,10 +786,12 @@
[cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:bgl_binding_mismatch:*]
[:encoderType="compute%20pass";call="dispatch";callWithZero=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="compute%20pass";call="dispatch";callWithZero=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="compute%20pass";call="dispatchIndirect";callWithZero=false]
@ -753,18 +826,22 @@
[:encoderType="render%20pass";call="draw";callWithZero=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="draw";callWithZero=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="drawIndexed";callWithZero=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="drawIndexed";callWithZero=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="drawIndexedIndirect";callWithZero=false]
@ -785,10 +862,12 @@
if os == "win" and not debug: [OK, ERROR]
[:encoderType="compute%20pass";call="dispatch";callWithZero=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="compute%20pass";call="dispatch";callWithZero=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="compute%20pass";call="dispatchIndirect";callWithZero=false]
@ -823,18 +902,22 @@
[:encoderType="render%20pass";call="draw";callWithZero=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="draw";callWithZero=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="drawIndexed";callWithZero=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="drawIndexed";callWithZero=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="drawIndexedIndirect";callWithZero=false]
@ -853,10 +936,12 @@
[cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:bgl_visibility_mismatch:*]
[:encoderType="compute%20pass";call="dispatch";callWithZero=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="compute%20pass";call="dispatch";callWithZero=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="compute%20pass";call="dispatchIndirect";callWithZero=false]
@ -891,18 +976,22 @@
[:encoderType="render%20pass";call="draw";callWithZero=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="draw";callWithZero=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="drawIndexed";callWithZero=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="drawIndexed";callWithZero=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="drawIndexedIndirect";callWithZero=false]
@ -921,10 +1010,12 @@
[cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:bind_groups_and_pipeline_layout_mismatch:*]
[:encoderType="compute%20pass";call="dispatch";callWithZero=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="compute%20pass";call="dispatch";callWithZero=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="compute%20pass";call="dispatchIndirect";callWithZero=false]
@ -959,18 +1050,22 @@
[:encoderType="render%20pass";call="draw";callWithZero=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="draw";callWithZero=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="drawIndexed";callWithZero=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="drawIndexed";callWithZero=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";call="drawIndexedIndirect";callWithZero=false]
@ -989,14 +1084,17 @@
[cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:buffer_binding,render_pipeline:*]
[:type="read-only-storage"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:type="storage"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:type="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -1009,6 +1107,7 @@
[:bindGroupLayoutEntryCount=4;computeCommand="dispatch"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:bindGroupLayoutEntryCount=4;computeCommand="dispatchIndirect"]
@ -1030,10 +1129,12 @@
[:bindGroupLayoutEntryCount=4;renderCommand="draw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:bindGroupLayoutEntryCount=4;renderCommand="drawIndexed"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:bindGroupLayoutEntryCount=4;renderCommand="drawIndexedIndirect"]
@ -1046,36 +1147,45 @@
[cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:sampler_binding,render_pipeline:*]
[:bglType="comparison";bgType="comparison"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:bglType="comparison";bgType="filtering"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:bglType="comparison";bgType="non-filtering"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:bglType="filtering";bgType="comparison"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:bglType="filtering";bgType="filtering"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:bglType="filtering";bgType="non-filtering"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:bglType="non-filtering";bgType="comparison"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:bglType="non-filtering";bgType="filtering"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:bglType="non-filtering";bgType="non-filtering"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL

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

@ -3,12 +3,12 @@
if os == "linux": [OK, CRASH]
[:errorFilter="internal";numErrors=1]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:errorFilter="internal";numErrors=10]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:errorFilter="internal";numErrors=100]
@ -63,17 +63,21 @@
[cts.https.html?q=webgpu:api,validation,error_scope:balanced_siblings:*]
expected:
if os == "linux" and not debug: [OK, CRASH]
[:errorFilter="internal";numErrors=1]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "mac": FAIL
[:errorFilter="internal";numErrors=10]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "mac": FAIL
[:errorFilter="internal";numErrors=100]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:errorFilter="internal";numErrors=1000]
@ -127,46 +131,52 @@
if os == "linux": [OK, CRASH]
[:errorFilter="out-of-memory";stackDepth=1]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:errorFilter="out-of-memory";stackDepth=10]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:errorFilter="out-of-memory";stackDepth=100]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:errorFilter="out-of-memory";stackDepth=1000]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:errorFilter="out-of-memory";stackDepth=100000]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:errorFilter="validation";stackDepth=1]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:errorFilter="validation";stackDepth=10]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:errorFilter="validation";stackDepth=100]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:errorFilter="validation";stackDepth=1000]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:errorFilter="validation";stackDepth=100000]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -175,57 +185,88 @@
if os == "linux": [OK, CRASH]
[:index=0]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:index=1]
expected: FAIL
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:index=2]
expected: FAIL
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:index=3]
expected: FAIL
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:index=4]
expected: FAIL
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:index=5]
expected: FAIL
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,getBindGroupLayout:index_range,explicit_layout:*]
[:index=0]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:index=1]
expected: FAIL
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:index=2]
expected: FAIL
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:index=3]
expected: FAIL
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:index=4]
expected: FAIL
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:index=5]
expected: FAIL
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,getBindGroupLayout:unique_js_object,auto_layout:*]
[:]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,getBindGroupLayout:unique_js_object,explicit_layout:*]
[:]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -234,10 +275,12 @@
if os == "linux": [OK, CRASH]
[:sourceType="VideoElement"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:sourceType="VideoFrame"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -246,26 +289,33 @@
if os == "linux": [OK, CRASH]
[:sourceType="VideoElement"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:sourceType="VideoFrame"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,gpu_external_texture_expiration:import_from_different_video_frame:*]
expected:
if os == "linux" and not debug: [OK, CRASH]
[:]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,gpu_external_texture_expiration:import_multiple_times_in_same_task_scope:*]
[:sourceType="VideoElement"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:sourceType="VideoFrame"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -274,12 +324,14 @@
if os == "linux": [OK, CRASH]
[:]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,gpu_external_texture_expiration:webcodec_video_frame_close_expire_immediately:*]
[:]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "mac": FAIL
@ -299,7 +351,7 @@
[:method="CopyB2T";state="valid"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="CopyT2B";state="destroyed"]
@ -310,11 +362,13 @@
[:method="CopyT2B";state="valid"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,image_copy,buffer_related:bytes_per_row_alignment:*]
expected:
if os == "win": [OK, CRASH]
[:method="CopyB2T";format="astc-10x10-unorm";dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
@ -1969,62 +2023,62 @@
[:method="WriteTexture";format="r8sint";dimension="1d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="r8sint";dimension="2d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="r8sint";dimension="3d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="r8snorm";dimension="1d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="r8snorm";dimension="2d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="r8snorm";dimension="3d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="r8uint";dimension="1d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="r8uint";dimension="2d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="r8uint";dimension="3d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="r8unorm";dimension="1d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="r8unorm";dimension="2d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="r8unorm";dimension="3d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="rg11b10ufloat";dimension="1d"]
@ -2173,22 +2227,22 @@
[:method="WriteTexture";format="rg8snorm";dimension="1d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="rg8snorm";dimension="2d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="rg8snorm";dimension="3d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="rg8uint";dimension="1d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="rg8uint";dimension="2d"]
@ -2205,17 +2259,17 @@
[:method="WriteTexture";format="rg8unorm";dimension="1d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="rg8unorm";dimension="2d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="rg8unorm";dimension="3d"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:method="WriteTexture";format="rgb10a2unorm";dimension="1d"]
@ -2612,6 +2666,8 @@
[cts.https.html?q=webgpu:api,validation,image_copy,layout_related:bound_on_rows_per_image:*]
expected:
if os == "win" and debug: [OK, TIMEOUT]
[:method="CopyB2T";dimension="1d";size=[4,1,1\]]
expected: FAIL
@ -2634,7 +2690,11 @@
expected: FAIL
[:method="CopyT2B";dimension="3d";size=[4,4,3\]]
expected: FAIL
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": FAIL
if os == "mac": FAIL
[:method="WriteTexture";dimension="1d";size=[4,1,1\]]
expected: FAIL
@ -2661,4 +2721,5 @@
[:method="WriteTexture"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "mac": FAIL

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -426,10 +426,12 @@
[cts.https.html?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:source_offscreenCanvas,state:*]
[:state="detached-hascontext"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:state="detached-nocontext"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:state="nocontext"]
@ -442,18 +444,21 @@
[cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:copyBufferToBuffer:*]
[:]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:copyBufferToTexture:*]
[:]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:copyTextureToBuffer:*]
[:]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -465,24 +470,28 @@
[cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:setBindGroup:*]
[:]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:setIndexBuffer:*]
[:]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:setVertexBuffer:*]
[:]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:writeBuffer:*]
[:]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL

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

@ -24,17 +24,17 @@
[cts.https.html?q=webgpu:api,validation,queue,writeBuffer:buffer_state:*]
[:bufferState="destroyed"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:bufferState="invalid"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:bufferState="valid"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -46,7 +46,7 @@
[cts.https.html?q=webgpu:api,validation,queue,writeBuffer:usages:*]
[:]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -74,19 +74,19 @@
[:textureState="invalid"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:textureState="valid"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,queue,writeTexture:usages:*]
[:]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -103,7 +103,7 @@
[cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_and_bundle,color_sparse:*]
[:attachmentCount=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:attachmentCount=2]
@ -155,12 +155,12 @@
[cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_count:*]
[:encoderType="render%20bundle"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -179,7 +179,7 @@
[cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:*]
[:encoderType="render%20bundle";attachmentCount=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20bundle";attachmentCount=2]
@ -205,7 +205,7 @@
[:encoderType="render%20pass";attachmentCount=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";attachmentCount=2]
@ -233,49 +233,49 @@
[cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,depth_format:*]
[:encoderType="render%20bundle";encoderFormatFeature="_undef_";pipelineFormatFeature="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20bundle";encoderFormatFeature="_undef_";pipelineFormatFeature="depth32float-stencil8"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20bundle";encoderFormatFeature="depth32float-stencil8";pipelineFormatFeature="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20bundle";encoderFormatFeature="depth32float-stencil8";pipelineFormatFeature="depth32float-stencil8"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";encoderFormatFeature="_undef_";pipelineFormatFeature="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";encoderFormatFeature="_undef_";pipelineFormatFeature="depth32float-stencil8"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";encoderFormatFeature="depth32float-stencil8";pipelineFormatFeature="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";encoderFormatFeature="depth32float-stencil8";pipelineFormatFeature="depth32float-stencil8"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,depth_stencil_read_only_write_state:*]
[:encoderType="render%20bundle";format="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20bundle";format="depth16unorm"]
@ -298,7 +298,7 @@
[:encoderType="render%20pass";format="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";format="depth16unorm"]
@ -323,36 +323,36 @@
[cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,sample_count:*]
[:encoderType="render%20bundle";attachmentType="color"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20bundle";attachmentType="depthstencil"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";attachmentType="color"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:encoderType="render%20pass";attachmentType="depthstencil"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:attachments,one_color_attachment:*]
[:]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:attachments,one_depth_stencil_attachment:*]
[:]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL

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

@ -33,6 +33,8 @@
[cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,limits,maxColorAttachmentBytesPerSample,aligned:*]
expected:
if os == "win" and debug: [OK, CRASH]
[:format="bgra8unorm"]
expected: FAIL

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

@ -3897,7 +3897,7 @@
[:isAsync=true;format="depth24plus-stencil8";faceAndOpType="backPassOp";op="decrement-wrap"]
expected:
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -3922,7 +3922,8 @@
[:isAsync=true;format="depth24plus-stencil8";faceAndOpType="backPassOp";op="keep"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:isAsync=true;format="depth24plus-stencil8";faceAndOpType="backPassOp";op="replace"]
@ -4491,7 +4492,7 @@
[:isAsync=true;format="depth32float-stencil8";faceAndOpType="frontFailOp";op="_undef_"]
expected:
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL

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

@ -738,6 +738,9 @@
[cts.https.html?q=webgpu:api,operation,compute,basic:large_dispatch:*]
expected:
if os == "win" and not debug: [OK, CRASH]
if os == "linux" and not debug: [OK, CRASH]
[:dispatchSize=2048]
expected: FAIL
@ -758,12 +761,18 @@
[cts.https.html?q=webgpu:api,operation,compute,basic:memcpy:*]
expected:
if os == "linux" and not debug: [OK, CRASH]
[:]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:api,operation,compute_pipeline,overrides:basic:*]
expected:
if os == "linux" and not debug: [OK, CRASH]
[:isAsync=false]
expected: FAIL
@ -772,6 +781,8 @@
[cts.https.html?q=webgpu:api,operation,compute_pipeline,overrides:numeric_id:*]
expected:
if os == "linux" and not debug: [OK, CRASH]
[:isAsync=false]
expected: FAIL
@ -780,6 +791,8 @@
[cts.https.html?q=webgpu:api,operation,compute_pipeline,overrides:precision:*]
expected:
if os == "linux" and not debug: [OK, CRASH]
[:isAsync=false]
expected: FAIL
@ -788,6 +801,8 @@
[cts.https.html?q=webgpu:api,operation,compute_pipeline,overrides:shared_shader_module:*]
expected:
if os == "linux" and not debug: [OK, CRASH]
[:isAsync=false]
expected: FAIL
@ -796,6 +811,8 @@
[cts.https.html?q=webgpu:api,operation,compute_pipeline,overrides:workgroup_size:*]
expected:
if os == "linux" and not debug: [OK, CRASH]
[:isAsync=false;type="i32";size=16;v="x"]
expected: FAIL

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

@ -2000,12 +2000,12 @@
[cts.https.html?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_shader_type_matches_attribute_format:*]
[:format="float16x2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="float16x4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="float32"]
@ -2013,27 +2013,27 @@
[:format="float32x2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="float32x3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="float32x4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="sint16x2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="sint16x4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="sint32"]
@ -2041,57 +2041,57 @@
[:format="sint32x2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="sint32x3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="sint32x4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="sint8x2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="sint8x4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="snorm16x2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="snorm16x4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="snorm8x2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="snorm8x4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="uint16x2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="uint16x4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="uint32"]
@ -2099,47 +2099,47 @@
[:format="uint32x2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="uint32x3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="uint32x4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="uint8x2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="uint8x4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="unorm16x2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="unorm16x4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="unorm8x2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:format="unorm8x4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -2161,14 +2161,17 @@
[:usage0="read-only-storage";usage1="read-only-storage"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="read-only-storage";usage1="storage"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="read-only-storage";usage1="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="storage";usage1="indirect"]
@ -2176,14 +2179,17 @@
[:usage0="storage";usage1="read-only-storage"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="storage";usage1="storage"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="storage";usage1="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="uniform";usage1="indirect"]
@ -2191,14 +2197,17 @@
[:usage0="uniform";usage1="read-only-storage"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="uniform";usage1="storage"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="uniform";usage1="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -2389,7 +2398,7 @@
[cts.https.html?q=webgpu:api,validation,resource_usages,buffer,in_pass_encoder:subresources,buffer_usage_in_one_render_pass_with_one_draw:*]
[:usage0="index";usage1="index"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="index";usage1="indexedIndirect"]
@ -2400,7 +2409,7 @@
[:usage0="index";usage1="read-only-storage"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="index";usage1="storage"]
@ -2408,12 +2417,12 @@
[:usage0="index";usage1="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="index";usage1="vertex"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="indexedIndirect";usage1="index"]
@ -2448,7 +2457,7 @@
[:usage0="read-only-storage";usage1="index"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="read-only-storage";usage1="indexedIndirect"]
@ -2459,7 +2468,7 @@
[:usage0="read-only-storage";usage1="read-only-storage"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="read-only-storage";usage1="storage"]
@ -2467,12 +2476,12 @@
[:usage0="read-only-storage";usage1="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="read-only-storage";usage1="vertex"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="storage";usage1="index"]
@ -2495,7 +2504,7 @@
[:usage0="uniform";usage1="index"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="uniform";usage1="indexedIndirect"]
@ -2506,7 +2515,7 @@
[:usage0="uniform";usage1="read-only-storage"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="uniform";usage1="storage"]
@ -2514,17 +2523,17 @@
[:usage0="uniform";usage1="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="uniform";usage1="vertex"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="vertex";usage1="index"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="vertex";usage1="indexedIndirect"]
@ -2535,7 +2544,7 @@
[:usage0="vertex";usage1="read-only-storage"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="vertex";usage1="storage"]
@ -2543,12 +2552,12 @@
[:usage0="vertex";usage1="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:usage0="vertex";usage1="vertex"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -3326,7 +3335,8 @@
[:compute=false;binding0InBundle=true;binding1InBundle=true;format="depth24plus"]
expected:
if os == "win": FAIL
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "mac": FAIL
[:compute=false;binding0InBundle=true;binding1InBundle=true;format="depth24plus-stencil8"]
@ -3336,7 +3346,8 @@
[:compute=false;binding0InBundle=true;binding1InBundle=true;format="depth32float"]
expected:
if os == "win": FAIL
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "mac": FAIL
[:compute=false;binding0InBundle=true;binding1InBundle=true;format="depth32float-stencil8"]

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

@ -2856,12 +2856,14 @@
[:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false]
expected:
if os == "win": FAIL
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "mac": FAIL
[:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true]
expected:
if os == "win": FAIL
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "mac": FAIL
[:view0Levels={"base":1,"count":1};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false]
@ -3989,7 +3991,8 @@
[:view0Levels={"base":1,"count":2};view0Layers={"base":1,"count":2};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=false]
expected:
if os == "win": FAIL
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL

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

@ -136,24 +136,70 @@
[cts.https.html?q=webgpu:idl,constants,flags:BufferUsage,count:*]
[:]
[cts.https.html?q=webgpu:idl,constants,flags:BufferUsage,values:*]
[:key="COPY_DST"]
[:key="COPY_SRC"]
[:key="INDEX"]
[:key="INDIRECT"]
[:key="MAP_READ"]
[:key="MAP_WRITE"]
[:key="QUERY_RESOLVE"]
[:key="STORAGE"]
[:key="UNIFORM"]
[:key="VERTEX"]
[cts.https.html?q=webgpu:idl,constants,flags:ColorWrite,count:*]
[:]
[cts.https.html?q=webgpu:idl,constants,flags:ColorWrite,values:*]
[:key="ALL"]
[:key="ALPHA"]
[:key="BLUE"]
[:key="GREEN"]
[:key="RED"]
[cts.https.html?q=webgpu:idl,constants,flags:ShaderStage,count:*]
[:]
[cts.https.html?q=webgpu:idl,constants,flags:ShaderStage,values:*]
[:key="COMPUTE"]
[:key="FRAGMENT"]
[:key="VERTEX"]
[cts.https.html?q=webgpu:idl,constants,flags:TextureUsage,count:*]
[:]
[cts.https.html?q=webgpu:idl,constants,flags:TextureUsage,values:*]
[:key="COPY_DST"]
[:key="COPY_SRC"]
[:key="RENDER_ATTACHMENT"]
[:key="STORAGE_BINDING"]
[:key="TEXTURE_BINDING"]

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

@ -269,6 +269,8 @@
[:type="i32";inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="i32";inputSource="storage_r";vectorize=2]
@ -285,6 +287,8 @@
[:type="i32";inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="i32";inputSource="storage_rw";vectorize=2]
@ -376,6 +380,8 @@
[:type="i32";inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="i32";inputSource="storage_r";vectorize=2]
@ -393,6 +399,8 @@
[:type="i32";inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="i32";inputSource="storage_rw";vectorize=2]
@ -483,6 +491,8 @@
[:type="i32";inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="i32";inputSource="storage_r";vectorize=2]
@ -500,6 +510,8 @@
[:type="i32";inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="i32";inputSource="storage_rw";vectorize=2]
@ -590,6 +602,8 @@
[:type="i32";inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="i32";inputSource="storage_r";vectorize=2]
@ -607,6 +621,8 @@
[:type="i32";inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="i32";inputSource="storage_rw";vectorize=2]
@ -697,6 +713,8 @@
[:type="i32";inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="i32";inputSource="storage_r";vectorize=2]
@ -714,6 +732,8 @@
[:type="i32";inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="i32";inputSource="storage_rw";vectorize=2]

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

@ -629,7 +629,9 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -697,7 +699,9 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -720,17 +724,23 @@
[:inputSource="storage_r"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -785,7 +795,9 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -853,7 +865,9 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -921,7 +935,9 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -988,7 +1004,9 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1011,17 +1029,23 @@
[:inputSource="storage_r"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL

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

@ -554,14 +554,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -580,6 +586,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -593,6 +601,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -610,6 +620,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -637,6 +649,8 @@
[:inputSource="storage_r";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";dim=3]
@ -651,6 +665,8 @@
[:inputSource="storage_rw";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";dim=3]
@ -664,6 +680,8 @@
[:inputSource="uniform";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";dim=3]
@ -689,6 +707,8 @@
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=3]
@ -703,6 +723,8 @@
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=3]
@ -717,6 +739,8 @@
[:inputSource="uniform";vectorize=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]
@ -738,6 +762,8 @@
[:inputSource="storage_r";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";dim=3]
@ -748,6 +774,8 @@
[:inputSource="storage_rw";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";dim=3]
@ -761,6 +789,8 @@
[:inputSource="uniform";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";dim=3]
@ -785,6 +815,8 @@
[:inputSource="storage_r";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";dim=3]
@ -799,6 +831,8 @@
[:inputSource="storage_rw";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";dim=3]
@ -812,6 +846,8 @@
[:inputSource="uniform";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";dim=3]
@ -840,6 +876,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -853,6 +891,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -866,6 +906,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -893,6 +935,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -910,6 +954,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -926,6 +972,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -957,6 +1005,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -970,6 +1020,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -987,6 +1039,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1017,6 +1071,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1034,6 +1090,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1051,6 +1109,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1082,6 +1142,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1098,6 +1160,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1111,6 +1175,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1138,6 +1204,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1155,6 +1223,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1172,6 +1242,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1194,14 +1266,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -1217,6 +1295,8 @@
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=3]
@ -1231,6 +1311,8 @@
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=3]
@ -1245,6 +1327,8 @@
[:inputSource="uniform";vectorize=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -11,6 +11,7 @@
[:inputSource="storage_r";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";dim=3]
@ -22,6 +23,7 @@
[:inputSource="storage_rw";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";dim=3]
@ -33,6 +35,7 @@
[:inputSource="uniform";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";dim=3]
@ -55,6 +58,7 @@
[:inputSource="storage_r";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";dim=3]
@ -66,6 +70,7 @@
[:inputSource="storage_rw";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";dim=3]
@ -80,6 +85,7 @@
[:inputSource="uniform";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";dim=3]
@ -102,6 +108,7 @@
[:inputSource="storage_r";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";dim=3]
@ -113,6 +120,7 @@
[:inputSource="storage_rw";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";dim=3]
@ -124,6 +132,7 @@
[:inputSource="uniform";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";dim=3]
@ -142,14 +151,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -168,6 +183,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -185,6 +202,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -201,6 +220,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -225,6 +246,8 @@
[:inputSource="storage_r";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";dim=3]
@ -235,6 +258,8 @@
[:inputSource="storage_rw";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";dim=3]
@ -249,6 +274,8 @@
[:inputSource="uniform";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";dim=3]
@ -273,6 +300,8 @@
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=3]
@ -283,6 +312,8 @@
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=3]
@ -293,6 +324,8 @@
[:inputSource="uniform";vectorize=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]
@ -314,6 +347,8 @@
[:inputSource="storage_r";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";dim=3]
@ -324,6 +359,8 @@
[:inputSource="storage_rw";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";dim=3]
@ -338,6 +375,8 @@
[:inputSource="uniform";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";dim=3]
@ -362,6 +401,8 @@
[:inputSource="storage_r";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";dim=3]
@ -375,6 +416,8 @@
[:inputSource="storage_rw";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";dim=3]
@ -385,6 +428,8 @@
[:inputSource="uniform";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";dim=3]
@ -412,6 +457,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -425,6 +472,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -464,6 +513,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -477,6 +528,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -513,6 +566,8 @@
[:inputSource="storage_r";vectorize_rhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_rhs=3]
@ -523,6 +578,8 @@
[:inputSource="storage_rw";vectorize_rhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_rhs=3]
@ -553,6 +610,8 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_lhs=3]
@ -563,6 +622,8 @@
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_lhs=3]
@ -593,6 +654,8 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_lhs=3]
@ -603,6 +666,8 @@
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_lhs=3]
@ -736,6 +801,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -749,6 +816,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -788,6 +857,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -801,6 +872,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -940,6 +1013,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -953,6 +1028,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -992,6 +1069,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1005,6 +1084,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1041,6 +1122,8 @@
[:inputSource="storage_r";vectorize_rhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_rhs=3]
@ -1051,6 +1134,8 @@
[:inputSource="storage_rw";vectorize_rhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_rhs=3]
@ -1081,6 +1166,8 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_lhs=3]
@ -1091,6 +1178,8 @@
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_lhs=3]
@ -1121,6 +1210,8 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_lhs=3]
@ -1131,6 +1222,8 @@
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_lhs=3]

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

@ -124,6 +124,8 @@
[:inputSource="storage_r";vectorize_rhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_rhs=3]
@ -134,6 +136,8 @@
[:inputSource="storage_rw";vectorize_rhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_rhs=3]
@ -164,6 +168,8 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_lhs=3]
@ -174,6 +180,8 @@
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_lhs=3]
@ -204,6 +212,8 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_lhs=3]
@ -214,6 +224,8 @@
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_lhs=3]
@ -361,6 +373,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -377,6 +391,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -390,6 +406,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -417,6 +435,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -430,6 +450,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -447,6 +469,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -474,6 +498,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -487,6 +513,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -500,6 +528,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -530,6 +560,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -543,6 +575,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -556,6 +590,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -583,6 +619,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -596,6 +634,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -613,6 +653,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -640,6 +682,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -653,6 +697,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -669,6 +715,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -696,6 +744,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -709,6 +759,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -722,6 +774,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -749,6 +803,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -762,6 +818,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -775,6 +833,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -902,6 +962,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -915,6 +977,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -928,6 +992,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -955,6 +1021,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -971,6 +1039,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -988,6 +1058,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1119,6 +1191,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1135,6 +1209,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1152,6 +1228,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1179,6 +1257,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1195,6 +1275,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1212,6 +1294,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]

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

@ -11,6 +11,8 @@
[:inputSource="storage_r";vectorize_rhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_rhs=3]
@ -22,6 +24,8 @@
[:inputSource="storage_rw";vectorize_rhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_rhs=3]
@ -53,6 +57,8 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_lhs=3]
@ -68,6 +74,8 @@
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_lhs=3]
@ -103,6 +111,8 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_lhs=3]
@ -118,6 +128,8 @@
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_lhs=3]
@ -263,6 +275,8 @@
[:inputSource="storage_r";vectorize_rhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_rhs=3]
@ -278,6 +292,8 @@
[:inputSource="storage_rw";vectorize_rhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_rhs=3]
@ -312,6 +328,8 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_lhs=3]
@ -327,6 +345,8 @@
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_lhs=3]
@ -358,6 +378,8 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_lhs=3]
@ -373,6 +395,8 @@
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_lhs=3]
@ -518,6 +542,8 @@
[:inputSource="storage_r";vectorize_rhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_rhs=3]
@ -533,6 +559,8 @@
[:inputSource="storage_rw";vectorize_rhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_rhs=3]
@ -564,6 +592,8 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_lhs=3]
@ -579,6 +609,8 @@
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_lhs=3]
@ -610,6 +642,8 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize_lhs=3]
@ -625,6 +659,8 @@
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize_lhs=3]
@ -662,6 +698,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -680,6 +718,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -698,6 +738,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -730,6 +772,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -748,6 +792,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -766,6 +812,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -794,6 +842,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -812,6 +862,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -830,6 +882,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -861,6 +915,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -875,6 +931,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -893,6 +951,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -925,6 +985,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -943,6 +1005,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -957,6 +1021,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -988,6 +1054,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1006,6 +1074,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1023,6 +1093,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1150,6 +1222,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1167,6 +1241,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1185,6 +1261,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1217,6 +1295,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1231,6 +1311,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1249,6 +1331,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]

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

@ -79,6 +79,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -95,6 +97,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -111,6 +115,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -273,6 +279,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -290,6 +298,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -461,6 +471,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -477,6 +489,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -521,6 +535,7 @@
[:inputSource="storage_r";overload="scalar"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";overload="vec2"]
@ -538,6 +553,7 @@
[:inputSource="storage_rw";overload="scalar"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";overload="vec2"]
@ -555,6 +571,7 @@
[:inputSource="uniform";overload="scalar"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";overload="vec2"]
@ -590,6 +607,7 @@
[:inputSource="storage_r";overload="scalar"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";overload="vec2"]
@ -607,6 +625,7 @@
[:inputSource="storage_rw";overload="scalar"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";overload="vec2"]
@ -624,6 +643,7 @@
[:inputSource="uniform";overload="scalar"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";overload="vec2"]
@ -646,6 +666,8 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,arrayLength:binding_subregion:*]
[:]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -715,6 +737,8 @@
[:buffer_size=1004;type="mat3x2%3Cf32%3E";stride=24]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:buffer_size=1004;type="mat3x3%3Cf16%3E";stride=24]
@ -1002,6 +1026,8 @@
[:buffer_size=640;type="mat2x3%3Cf32%3E";stride=32]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:buffer_size=640;type="mat2x4%3Cf16%3E";stride=16]
@ -1020,6 +1046,8 @@
[:buffer_size=640;type="mat3x2%3Cf32%3E";stride=24]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:buffer_size=640;type="mat3x3%3Cf16%3E";stride=24]
@ -1028,6 +1056,8 @@
[:buffer_size=640;type="mat3x3%3Cf32%3E";stride=48]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:buffer_size=640;type="mat3x4%3Cf16%3E";stride=24]
@ -1053,6 +1083,8 @@
[:buffer_size=640;type="mat4x3%3Cf32%3E";stride=64]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:buffer_size=640;type="mat4x4%3Cf16%3E";stride=32]
@ -1067,6 +1099,8 @@
[:buffer_size=640;type="u32";stride=4]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:buffer_size=640;type="vec2%3Cf16%3E";stride=4]
@ -1081,6 +1115,8 @@
[:buffer_size=640;type="vec2%3Cu32%3E";stride=8]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:buffer_size=640;type="vec3%3Cf16%3E";stride=8]
@ -1098,6 +1134,8 @@
[:buffer_size=640;type="vec3%3Cu32%3E";stride=16]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:buffer_size=640;type="vec4%3Cf16%3E";stride=8]
@ -1117,6 +1155,8 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,arrayLength:read_only:*]
[:]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -1175,6 +1215,8 @@
[:type="mat2x3%3Cf32%3E";stride=32]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="mat2x4%3Cf16%3E";stride=16]
@ -1194,6 +1236,8 @@
[:type="mat3x2%3Cf32%3E";stride=24]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="mat3x3%3Cf16%3E";stride=24]
@ -1202,6 +1246,8 @@
[:type="mat3x3%3Cf32%3E";stride=48]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="mat3x4%3Cf16%3E";stride=24]
@ -1228,6 +1274,8 @@
[:type="mat4x3%3Cf32%3E";stride=64]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="mat4x4%3Cf16%3E";stride=32]
@ -1243,6 +1291,8 @@
[:type="u32";stride=4]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="vec2%3Cf16%3E";stride=4]
@ -1257,6 +1307,8 @@
[:type="vec2%3Cu32%3E";stride=8]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="vec3%3Cf16%3E";stride=8]
@ -1275,6 +1327,8 @@
[:type="vec3%3Cu32%3E";stride=16]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="vec4%3Cf16%3E";stride=8]
@ -1347,6 +1401,8 @@
[:member_offset=0;type="mat2x3%3Cf32%3E";stride=32]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:member_offset=0;type="mat2x4%3Cf16%3E";stride=16]
@ -1366,6 +1422,8 @@
[:member_offset=0;type="mat3x2%3Cf32%3E";stride=24]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:member_offset=0;type="mat3x3%3Cf16%3E";stride=24]
@ -1374,6 +1432,8 @@
[:member_offset=0;type="mat3x3%3Cf32%3E";stride=48]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:member_offset=0;type="mat3x4%3Cf16%3E";stride=24]
@ -1400,6 +1460,8 @@
[:member_offset=0;type="mat4x3%3Cf32%3E";stride=64]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:member_offset=0;type="mat4x4%3Cf16%3E";stride=32]
@ -1414,6 +1476,8 @@
[:member_offset=0;type="u32";stride=4]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:member_offset=0;type="vec2%3Cf16%3E";stride=4]
@ -1432,6 +1496,8 @@
[:member_offset=0;type="vec2%3Cu32%3E";stride=8]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:member_offset=0;type="vec3%3Cf16%3E";stride=8]
@ -1450,6 +1516,8 @@
[:member_offset=0;type="vec3%3Cu32%3E";stride=16]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:member_offset=0;type="vec4%3Cf16%3E";stride=8]
@ -1579,6 +1647,8 @@
[:member_offset=20;type="u32";stride=4]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:member_offset=20;type="vec2%3Cf16%3E";stride=4]
@ -1702,6 +1772,8 @@
[:member_offset=4;type="mat3x3%3Cf32%3E";stride=48]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:member_offset=4;type="mat3x4%3Cf16%3E";stride=24]
@ -1728,6 +1800,8 @@
[:member_offset=4;type="mat4x3%3Cf32%3E";stride=64]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:member_offset=4;type="mat4x4%3Cf16%3E";stride=32]
@ -1931,6 +2005,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1948,6 +2024,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -2123,6 +2201,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -2136,6 +2216,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -2152,6 +2234,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -2381,6 +2465,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -2398,6 +2484,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -2414,6 +2502,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]

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

@ -96,6 +96,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -114,6 +116,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -321,6 +325,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -338,6 +344,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -375,6 +383,8 @@
[:workgroupSize=1;dispatchSize=1;scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:workgroupSize=1;dispatchSize=1;scalarType="u32"]
@ -1026,6 +1036,7 @@
[:workgroupSize=1;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:workgroupSize=1;dispatchSize=1;mapId="passthrough";scalarType="u32"]
@ -1482,6 +1493,8 @@
[:workgroupSize=1;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:workgroupSize=1;dispatchSize=1;mapId="remap";scalarType="i32"]
@ -1675,6 +1688,8 @@
[:workgroupSize=1;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:workgroupSize=1;dispatchSize=1;mapId="passthrough";scalarType="u32"]
@ -2269,6 +2284,8 @@
[:workgroupSize=1;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:workgroupSize=1;dispatchSize=1;mapId="remap";scalarType="i32"]
@ -2656,6 +2673,8 @@
[:workgroupSize=1;dispatchSize=1;scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:workgroupSize=1;dispatchSize=4;scalarType="i32"]
@ -2858,6 +2877,8 @@
[:workgroupSize=1;dispatchSize=1;scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:workgroupSize=1;dispatchSize=4;scalarType="i32"]

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

@ -16,6 +16,8 @@
[:workgroupSize=1;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:workgroupSize=1;dispatchSize=1;mapId="remap";scalarType="i32"]
@ -214,6 +216,8 @@
[:workgroupSize=1;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:workgroupSize=1;dispatchSize=1;mapId="remap";scalarType="i32"]
@ -409,6 +413,8 @@
[:workgroupSize=1;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:workgroupSize=1;dispatchSize=1;mapId="remap";scalarType="i32"]
@ -789,6 +795,8 @@
[:workgroupSize=1;dispatchSize=1;scalarType="i32"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:workgroupSize=1;dispatchSize=1;scalarType="u32"]
@ -1526,6 +1534,8 @@
[:inputSource="storage_r";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_";alias=true]
@ -1551,6 +1561,8 @@
[:inputSource="storage_rw";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_";alias=true]
@ -1630,6 +1642,8 @@
[:inputSource="storage_r";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_";alias=true]
@ -1655,6 +1669,8 @@
[:inputSource="storage_rw";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_";alias=true]
@ -1730,6 +1746,8 @@
[:inputSource="storage_r";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_";alias=true]
@ -1755,6 +1773,8 @@
[:inputSource="storage_rw";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_";alias=true]
@ -1864,6 +1884,8 @@
[:inputSource="storage_r";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_";alias=true]
@ -1889,6 +1911,8 @@
[:inputSource="storage_rw";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_";alias=true]
@ -1914,6 +1938,8 @@
[:inputSource="uniform";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_";alias=true]
@ -1965,6 +1991,8 @@
[:inputSource="storage_r";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_";alias=true]
@ -1990,6 +2018,8 @@
[:inputSource="storage_rw";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_";alias=true]
@ -2015,6 +2045,8 @@
[:inputSource="uniform";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_";alias=true]
@ -2066,6 +2098,8 @@
[:inputSource="storage_r";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_";alias=true]
@ -2091,6 +2125,8 @@
[:inputSource="storage_rw";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_";alias=true]
@ -2116,6 +2152,8 @@
[:inputSource="uniform";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_";alias=true]
@ -2201,6 +2239,8 @@
[:inputSource="storage_r";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_";alias=true]
@ -2226,6 +2266,8 @@
[:inputSource="storage_rw";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_";alias=true]
@ -2251,6 +2293,8 @@
[:inputSource="uniform";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_";alias=true]
@ -2302,6 +2346,8 @@
[:inputSource="storage_r";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_";alias=true]
@ -2327,6 +2373,8 @@
[:inputSource="storage_rw";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_";alias=true]
@ -2352,6 +2400,8 @@
[:inputSource="uniform";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_";alias=true]
@ -2403,6 +2453,8 @@
[:inputSource="storage_r";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_";alias=true]
@ -2428,6 +2480,8 @@
[:inputSource="storage_rw";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_";alias=true]
@ -2453,6 +2507,8 @@
[:inputSource="uniform";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_";alias=true]

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

@ -315,6 +315,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -331,6 +333,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -572,6 +576,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -585,6 +591,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -624,6 +632,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -637,6 +647,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -676,6 +688,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -689,6 +703,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -860,6 +876,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -873,6 +891,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1048,6 +1068,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1065,6 +1087,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1078,6 +1102,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1109,6 +1135,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1125,6 +1153,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1141,6 +1171,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1171,6 +1203,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1187,6 +1221,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1204,6 +1240,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1235,6 +1273,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1252,6 +1292,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1268,6 +1310,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1298,6 +1342,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1314,6 +1360,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1331,6 +1379,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1361,6 +1411,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1374,6 +1426,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1390,6 +1444,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]

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

@ -13,7 +13,9 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -27,7 +29,9 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -41,7 +45,9 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -108,17 +114,23 @@
[:inputSource="storage_r"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -233,7 +245,9 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -247,7 +261,9 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -261,7 +277,9 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -413,12 +431,16 @@
[:inputSource="storage_r";dim=2]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";dim=3]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";dim=4]
@ -430,12 +452,16 @@
[:inputSource="storage_rw";dim=2]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";dim=3]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";dim=4]
@ -447,12 +473,16 @@
[:inputSource="uniform";dim=2]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";dim=3]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";dim=4]
@ -629,12 +659,16 @@
[:inputSource="storage_r"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
@ -647,17 +681,23 @@
[:inputSource="storage_r"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -667,17 +707,23 @@
[:inputSource="storage_r"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -687,17 +733,23 @@
[:inputSource="storage_r"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -795,17 +847,23 @@
[:inputSource="storage_r"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -815,17 +873,23 @@
[:inputSource="storage_r"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -835,17 +899,23 @@
[:inputSource="storage_r"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL

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

@ -559,6 +559,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -576,6 +578,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -751,6 +755,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -768,6 +774,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1001,10 +1009,14 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
@ -1017,10 +1029,14 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
@ -1033,10 +1049,14 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
@ -1058,6 +1078,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1071,6 +1093,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1110,6 +1134,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1127,6 +1153,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1140,6 +1168,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1171,6 +1201,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1188,6 +1220,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1205,6 +1239,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1236,6 +1272,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1249,6 +1287,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1266,6 +1306,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]

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

@ -79,6 +79,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -96,6 +98,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -271,6 +275,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -288,6 +294,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -459,6 +467,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -472,6 +482,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -647,16 +659,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -667,16 +682,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -687,16 +705,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -707,16 +728,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -727,16 +751,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -747,16 +774,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -770,16 +800,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -790,16 +823,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL

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

@ -375,6 +375,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -392,6 +394,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -567,6 +571,7 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -581,6 +586,7 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -747,14 +753,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -764,14 +776,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -781,14 +799,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -798,14 +822,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -956,6 +986,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -972,6 +1004,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1143,6 +1177,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1156,6 +1192,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1327,6 +1365,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1344,6 +1384,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1360,6 +1402,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1390,6 +1434,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1406,6 +1452,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1423,6 +1471,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]

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

@ -79,6 +79,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -96,6 +98,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -333,6 +337,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -350,6 +356,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -389,6 +397,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -402,6 +412,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -419,6 +431,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -449,6 +463,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -466,6 +482,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -479,6 +497,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -642,6 +662,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -659,6 +681,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -894,16 +918,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -914,16 +941,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -934,16 +964,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -954,16 +987,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -974,16 +1010,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -994,16 +1033,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -1014,16 +1056,19 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -1034,14 +1079,17 @@
[:inputSource="storage_r"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL

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

@ -226,14 +226,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -243,14 +249,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -260,14 +272,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -277,10 +295,14 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
@ -293,14 +315,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -310,14 +338,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -327,14 +361,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -344,14 +384,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -502,6 +548,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -519,6 +567,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -692,6 +742,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -708,6 +760,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -725,6 +779,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -797,14 +853,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -814,12 +876,18 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL

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

@ -54,14 +54,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -173,12 +179,14 @@
[:inputSource="storage_r"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
@ -201,12 +209,14 @@
[:inputSource="storage_r"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
@ -229,12 +239,15 @@
[:inputSource="storage_r"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
@ -260,6 +273,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -276,6 +291,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -293,6 +310,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -324,6 +343,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -340,6 +361,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -357,6 +380,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -519,6 +544,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -532,6 +559,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -545,6 +574,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -708,6 +739,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -721,6 +754,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -816,6 +851,8 @@
[:inputSource="storage_r";component="b";overload="scalar"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";component="b";overload="vec2"]
@ -884,6 +921,8 @@
[:inputSource="storage_rw";component="b";overload="scalar"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";component="b";overload="vec2"]
@ -953,6 +992,8 @@
[:inputSource="uniform";component="b";overload="scalar"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";component="b";overload="vec2"]
@ -1072,6 +1113,8 @@
[:inputSource="storage_r";component="b";overload="vec2"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";component="b";overload="vec3"]
@ -1125,6 +1168,8 @@
[:inputSource="storage_rw";component="b";overload="vec2"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";component="b";overload="vec3"]
@ -1178,6 +1223,8 @@
[:inputSource="uniform";component="b";overload="vec2"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";component="b";overload="vec3"]
@ -1444,6 +1491,7 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1458,6 +1506,7 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1475,6 +1524,7 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1503,6 +1553,7 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1521,6 +1572,7 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1539,6 +1591,7 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1702,6 +1755,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1715,6 +1770,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]

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

@ -145,6 +145,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -162,6 +164,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -175,6 +179,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -337,6 +343,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -350,6 +358,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -521,6 +531,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -538,6 +550,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -554,6 +568,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -716,6 +732,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -733,6 +751,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -924,6 +944,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -941,6 +963,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1116,6 +1140,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -1133,6 +1159,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -1149,6 +1177,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]

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

@ -565,10 +565,14 @@
[:inputSource="storage_r";cols=2;rows=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";cols=2;rows=3]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";cols=2;rows=4]
@ -582,6 +586,8 @@
[:inputSource="storage_r";cols=3;rows=3]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";cols=3;rows=4]
@ -602,10 +608,14 @@
[:inputSource="storage_rw";cols=2;rows=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";cols=2;rows=3]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";cols=2;rows=4]
@ -620,6 +630,8 @@
[:inputSource="storage_rw";cols=3;rows=3]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";cols=3;rows=4]
@ -640,10 +652,14 @@
[:inputSource="uniform";cols=2;rows=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";cols=2;rows=3]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";cols=2;rows=4]
@ -657,6 +673,8 @@
[:inputSource="uniform";cols=3;rows=3]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";cols=3;rows=4]
@ -771,6 +789,8 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
@ -784,6 +804,8 @@
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
@ -800,6 +822,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]

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

@ -1,19 +1,25 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,unpack2x16float:unpack:*]
expected:
if os == "linux": CRASH
if os == "linux" and debug: CRASH
[:inputSource="const"]
expected: FAIL
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -23,14 +29,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -40,14 +52,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -57,14 +75,20 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -74,34 +98,44 @@
[:inputSource="storage_r"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,workgroupBarrier:barrier:*]
[:]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,workgroupBarrier:stage:*]
[:stage="compute"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:stage="fragment"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:stage="vertex"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -127,6 +161,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,af_assignment:f16:*]
[:inputSource="const"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -186,6 +221,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -204,18 +241,22 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,bool_conversion:f16:*]
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_"]
@ -232,10 +273,12 @@
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_"]
@ -252,26 +295,32 @@
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -326,6 +375,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -389,6 +440,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -456,6 +509,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -522,6 +577,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -541,18 +598,22 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,f16_arithmetic:negation:*]
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_"]
@ -569,10 +630,12 @@
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_"]
@ -589,26 +652,32 @@
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -725,6 +794,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -744,18 +815,22 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:f16:*]
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_"]
@ -772,10 +847,12 @@
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_"]
@ -792,26 +869,32 @@
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -866,6 +949,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -912,10 +997,14 @@
[:inputSource="storage_r";cols=2;rows=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";cols=2;rows=3]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";cols=2;rows=4]
@ -929,6 +1018,8 @@
[:inputSource="storage_r";cols=3;rows=3]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";cols=3;rows=4]
@ -950,10 +1041,14 @@
[:inputSource="storage_rw";cols=2;rows=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";cols=2;rows=3]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";cols=2;rows=4]
@ -968,6 +1063,8 @@
[:inputSource="storage_rw";cols=3;rows=3]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_rw";cols=3;rows=4]
@ -987,15 +1084,19 @@
[:inputSource="uniform";cols=2;rows=2]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";cols=2;rows=3]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";cols=2;rows=4]
expected:
if os == "win" and not debug: FAIL
if os == "win": FAIL
if os == "linux": [PASS, FAIL]
if os == "mac": FAIL
@ -1004,6 +1105,8 @@
[:inputSource="uniform";cols=3;rows=3]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";cols=3;rows=4]
@ -1073,6 +1176,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -1136,6 +1241,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]

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

@ -1,4 +1,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,i32_arithmetic:negation:*]
expected:
if os == "win" and debug: [OK, ERROR]
[:inputSource="const";vectorize="_undef_"]
expected: FAIL
@ -49,6 +51,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -116,6 +120,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -183,6 +189,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -391,6 +399,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -454,6 +464,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -520,6 +532,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -661,6 +675,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -801,9 +817,7 @@
expected: FAIL
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "linux": FAIL
if os == "mac": FAIL
expected: FAIL
[:inputSource="uniform";vectorize=2]
expected: FAIL
@ -866,6 +880,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -932,6 +948,8 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
@ -966,6 +984,8 @@
[:value="small_pos_zero_exp"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -1,207 +1,429 @@
[cts.https.html?q=webgpu:shader,execution,flow_control,phony:phony_assign_call_builtin:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,phony:phony_assign_call_must_use:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,phony:phony_assign_call_nested:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,phony:phony_assign_call_nested_must_use:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,return:return:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,return:return_conditional_false:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,return:return_conditional_true:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,switch:switch:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,switch:switch_default:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,switch:switch_default_only:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,switch:switch_multiple_case:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,switch:switch_multiple_case_default:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,while:while_basic:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,while:while_break:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,while:while_continue:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,while:while_nested_break:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,flow_control,while:while_nested_continue:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:preventValueOptimizations=false]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:preventValueOptimizations=true]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,memory_model,atomicity:atomicity:*]
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage";testType="inter_workgroup"]
expected: FAIL
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:memType="atomic_storage";testType="intra_workgroup"]
expected: FAIL
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:memType="atomic_workgroup";testType="intra_workgroup"]
expected: FAIL
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,memory_model,barrier:workgroup_barrier_load_store:*]
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
[:memType="non_atomic_storage"]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:memType="non_atomic_workgroup"]
expected: FAIL
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,memory_model,barrier:workgroup_barrier_store_load:*]
expected:
if os == "win" and not debug: TIMEOUT
if os == "linux" and not debug: [OK, TIMEOUT]
[:memType="non_atomic_storage"]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:memType="non_atomic_workgroup"]
expected: FAIL
expected:
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,memory_model,barrier:workgroup_barrier_store_store:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:memType="non_atomic_storage"]
expected: FAIL
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:memType="non_atomic_workgroup"]
expected: FAIL
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,memory_model,coherence:corr:*]
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
if os == "linux": TIMEOUT
[:memType="atomic_storage";testType="inter_workgroup"]
expected: FAIL
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:memType="atomic_storage";testType="inter_workgroup";extraFlags="rmw_variant"]
expected: FAIL
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:memType="atomic_storage";testType="intra_workgroup"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:memType="atomic_storage";testType="intra_workgroup";extraFlags="rmw_variant"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: TIMEOUT
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:memType="atomic_workgroup";testType="intra_workgroup"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:memType="atomic_workgroup";testType="intra_workgroup";extraFlags="rmw_variant"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -209,53 +431,68 @@
[cts.https.html?q=webgpu:shader,execution,memory_model,coherence:corw1:*]
expected:
if os == "win": TIMEOUT
if os == "linux": [OK, TIMEOUT]
[:memType="atomic_storage";testType="inter_workgroup"]
expected: FAIL
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:memType="atomic_storage";testType="intra_workgroup"]
expected: FAIL
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:memType="atomic_workgroup";testType="intra_workgroup"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "win" and debug: TIMEOUT
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,memory_model,coherence:cowr:*]
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
if os == "linux": TIMEOUT
[:memType="atomic_storage";testType="inter_workgroup"]
expected: FAIL
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:memType="atomic_storage";testType="inter_workgroup";extraFlags="rmw_variant"]
expected: FAIL
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:memType="atomic_storage";testType="intra_workgroup"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:memType="atomic_storage";testType="intra_workgroup";extraFlags="rmw_variant"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: TIMEOUT
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:memType="atomic_workgroup";testType="intra_workgroup"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:memType="atomic_workgroup";testType="intra_workgroup";extraFlags="rmw_variant"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -263,37 +500,43 @@
[cts.https.html?q=webgpu:shader,execution,memory_model,coherence:coww:*]
expected:
if os == "win" and not debug: TIMEOUT
if os == "win": TIMEOUT
if os == "linux": TIMEOUT
[:memType="atomic_storage";testType="inter_workgroup"]
expected: FAIL
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:memType="atomic_storage";testType="inter_workgroup";extraFlags="rmw_variant"]
expected: FAIL
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: FAIL
if os == "mac": FAIL
[:memType="atomic_storage";testType="intra_workgroup"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:memType="atomic_storage";testType="intra_workgroup";extraFlags="rmw_variant"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: TIMEOUT
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:memType="atomic_workgroup";testType="intra_workgroup"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: TIMEOUT
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:memType="atomic_workgroup";testType="intra_workgroup";extraFlags="rmw_variant"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: NOTRUN
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -3,13 +3,21 @@
if os == "win" and not debug: [OK, TIMEOUT]
[:]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,shadow:loop:*]
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,shadow:switch:*]
@ -17,7 +25,9 @@
if os == "win" and not debug: [OK, TIMEOUT]
[:]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -6623,7 +6633,8 @@
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:lhs="variable_not_true";rhs="const_eq_literal_float_true";scope="module"]
@ -6637,28 +6648,32 @@
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:lhs="variable_not_true";rhs="const_eq_literal_int_false";scope="module"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:lhs="variable_not_true";rhs="const_eq_literal_int_true";scope="function"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:lhs="variable_not_true";rhs="const_eq_literal_int_true";scope="module"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:lhs="variable_not_true";rhs="literal_false";scope="function"]
@ -11219,14 +11234,14 @@
[:lhs="variable_not_true";rhs="literal_not_false";scope="function"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:lhs="variable_not_true";rhs="literal_not_false";scope="module"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -11240,7 +11255,7 @@
[:lhs="variable_not_true";rhs="literal_not_true";scope="module"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -15760,7 +15775,7 @@
[:lhs="variable_not_true";rhs="literal_not_false";scope="function"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -15781,7 +15796,7 @@
[:lhs="variable_not_true";rhs="literal_not_true";scope="module"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -1,4 +1,6 @@
[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,acos:integer_argument:*]
expected:
if os == "mac" and debug: [OK, CRASH]
[:type="f32"]
expected: FAIL
@ -5364,14 +5366,14 @@
[:stage="override";type="vec4%3Cf32%3E";value=1.3177414502693954e-34]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:stage="override";type="vec4%3Cf32%3E";value=1.3701267809399137e-30]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL

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

@ -3765,7 +3765,8 @@
[:address_space="function";a_use="compound_assign_lhs";b_use="binary_rhs";aliased=false]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:address_space="function";a_use="compound_assign_lhs";b_use="binary_rhs";aliased=true]
@ -3923,7 +3924,8 @@
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:address_space="function";a_use="compound_assign_lhs";b_use="var_init";aliased=false]
@ -19151,25 +19153,29 @@
[:decl="mat4x3";arg="f_mat2x2"]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:decl="mat4x3";arg="f_mat2x3"]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:decl="mat4x3";arg="f_mat2x4"]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:decl="mat4x3";arg="f_mat3x2"]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -19218,19 +19224,22 @@
[:decl="mat4x3";arg="f_vec2"]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:decl="mat4x3";arg="f_vec3"]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:decl="mat4x3";arg="f_vec4"]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -30112,7 +30121,7 @@
[:decl="vec2";arg="sampler"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -30145,7 +30154,7 @@
[:decl="vec2";arg="texture_external"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL

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

@ -17802,20 +17802,22 @@
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:num_args=1;p1_type="u32";p2_type="i32";p3_type="i32";arg1_value="signed_int";arg2_value="abstract_float";arg3_value="abstract_int"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:num_args=1;p1_type="u32";p2_type="i32";p3_type="i32";arg1_value="signed_int";arg2_value="abstract_float";arg3_value="float"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -17830,40 +17832,46 @@
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:num_args=1;p1_type="u32";p2_type="i32";p3_type="i32";arg1_value="signed_int";arg2_value="abstract_int";arg3_value="abstract_float"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:num_args=1;p1_type="u32";p2_type="i32";p3_type="i32";arg1_value="signed_int";arg2_value="abstract_int";arg3_value="abstract_int"]
expected:
if os == "win": FAIL
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:num_args=1;p1_type="u32";p2_type="i32";p3_type="i32";arg1_value="signed_int";arg2_value="abstract_int";arg3_value="float"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:num_args=1;p1_type="u32";p2_type="i32";p3_type="i32";arg1_value="signed_int";arg2_value="abstract_int";arg3_value="signed_int"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:num_args=1;p1_type="u32";p2_type="i32";p3_type="i32";arg1_value="signed_int";arg2_value="abstract_int";arg3_value="unsigned_int"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:num_args=1;p1_type="u32";p2_type="i32";p3_type="i32";arg1_value="signed_int";arg2_value="float";arg3_value="abstract_float"]
@ -17946,7 +17954,7 @@
[:num_args=1;p1_type="u32";p2_type="i32";p3_type="i32";arg1_value="signed_int";arg2_value="unsigned_int";arg3_value="abstract_int"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -18033,7 +18041,8 @@
[:num_args=1;p1_type="u32";p2_type="i32";p3_type="i32";arg1_value="unsigned_int";arg2_value="float";arg3_value="float"]
expected:
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:num_args=1;p1_type="u32";p2_type="i32";p3_type="i32";arg1_value="unsigned_int";arg2_value="float";arg3_value="signed_int"]

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -5442,14 +5442,14 @@
[:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E";use_struct=true;target_type="mat3x2%3Cf32%3E"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:name="workgroup_id";stage="compute";io="in";type="vec3%3Cu32%3E";use_struct=true;target_type="mat3x3%3Cf32%3E"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -5630,6 +5630,8 @@
[:attr="const_expr"]
expected:
if os == "win": FAIL
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:attr="f32_val"]

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

@ -4,6 +4,7 @@
[:target="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -18,14 +19,17 @@
[cts.https.html?q=webgpu:shader,validation,types,struct:no_indirect_recursion_via_struct_attribute:*]
[:target="S1";attribute="align"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:target="S1";attribute="location"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:target="S1";attribute="size"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:target="S2";attribute="align"]
@ -44,6 +48,7 @@
[:target="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -74,110 +79,137 @@
[:case="vec2_bool"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec2_f16"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec2_f32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec2_i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec2_u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec2f"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec2h"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec2i"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec2u"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec3_bool"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec3_f16"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec3_f32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec3_i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec3_u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec3f"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec3h"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec3i"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec3u"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec4_bool"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec4_f16"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec4_f32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec4_i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec4_u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec4f"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec4h"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec4i"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec4u"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:case="vec5_u32"]
@ -1305,7 +1337,7 @@
[:op="dpdyFine";stage="fragment";cond="nonuniform_and1";expectation=false;statement="if"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -1544,14 +1576,14 @@
[:op="dpdyFine";stage="fragment";cond="uniform_and";expectation=true;statement="switch"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:op="dpdyFine";stage="fragment";cond="uniform_and";expectation=true;statement="while"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -5198,6 +5230,7 @@
[cts.https.html?q=webgpu:shader,validation,uniformity,uniformity:binary_expressions:*]
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
if os == "linux": TIMEOUT
[:e1="literal";e2="literal";op="and"]
@ -6195,7 +6228,8 @@
[:e1="nonuniform_index1";e2="nonuniform_index1";op="shl"]
expected:
if os == "win": FAIL
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_index1";e2="nonuniform_index1";op="shr"]
@ -6226,7 +6260,7 @@
[:e1="nonuniform_index1";e2="nonuniform_index2";op="div"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -8090,112 +8124,112 @@
[:e1="nonuniform_struct";e2="nonuniform_struct";op="and"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="div"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="equal"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="greater"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="greaterequal"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="less"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="lessequal"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="minus"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="notequal"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="or"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="plus"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="rem"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="shl"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="shr"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="times"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="nonuniform_struct";op="xor"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -8440,21 +8474,21 @@
[:e1="nonuniform_struct";e2="uniform_struct";op="equal"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="uniform_struct";op="greater"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:e1="nonuniform_struct";e2="uniform_struct";op="greaterequal"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -8482,7 +8516,7 @@
[:e1="nonuniform_struct";e2="uniform_struct";op="notequal"]
expected:
if os == "win" and debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -11354,38 +11388,46 @@
[cts.https.html?q=webgpu:util,texture,texture_ok:float32:*]
[:format="rg32float"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:format="rgba32float"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:util,texture,texture_ok:norm:*]
[:mode="bytes";format="r8snorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:mode="bytes";format="r8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:mode="colors";format="r8snorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:mode="colors";format="r8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[cts.https.html?q=webgpu:util,texture,texture_ok:snorm_min:*]
[:mode="bytes";format="r8snorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:mode="colors";format="r8snorm"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL

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

@ -902,6 +902,8 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "mac": FAIL
[:offscreen=true]
[cts.https.html?q=webgpu:web_platform,canvas,getCurrentTexture:configured:*]
[:canvasType="offscreen"]
@ -950,7 +952,7 @@
[:canvasType="onscreen";prevFrameCallsite="runInNewCanvasFrame";getCurrentTextureAgain=true]
expected:
if os == "win": FAIL
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, FAIL]
if os == "mac": FAIL
@ -996,6 +998,7 @@
[cts.https.html?q=webgpu:web_platform,canvas,getPreferredCanvasFormat:value:*]
[:]
[cts.https.html?q=webgpu:web_platform,canvas,readbackFromWebGPUCanvas:drawTo2DCanvas:*]
@ -2681,7 +2684,7 @@
[:alpha="none";orientation="none";colorSpaceConversion="default";srcDoFlipYDuringCopy=true;dstColorFormat="r8unorm";dstPremultiplied=true]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -2723,7 +2726,7 @@
[:alpha="none";orientation="none";colorSpaceConversion="default";srcDoFlipYDuringCopy=true;dstColorFormat="rg8unorm";dstPremultiplied=true]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -2773,7 +2776,8 @@
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:alpha="none";orientation="none";colorSpaceConversion="default";srcDoFlipYDuringCopy=true;dstColorFormat="rgba8unorm";dstPremultiplied=true]
@ -2940,7 +2944,7 @@
[:alpha="none";orientation="none";colorSpaceConversion="none";srcDoFlipYDuringCopy=false;dstColorFormat="rgba32float";dstPremultiplied=false]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -5808,14 +5812,14 @@
[:orientation="none";colorSpaceConversion="none";srcDoFlipYDuringCopy=false;dstColorFormat="rgba16float";dstPremultiplied=false]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:orientation="none";colorSpaceConversion="none";srcDoFlipYDuringCopy=false;dstColorFormat="rgba16float";dstPremultiplied=true]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -1,2 +1,5 @@
[exposed.http.html]
expected: TIMEOUT
expected:
if os == "win": [OK, TIMEOUT]
if os == "linux" and not debug: [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]

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

@ -1,2 +1,5 @@
[exposed.https.html]
expected: ERROR
expected:
if os == "win": [OK, ERROR]
if os == "linux" and not debug: [OK, ERROR]
if os == "mac": [OK, ERROR]