diff --git a/components/webgpu/wgpu_thread.rs b/components/webgpu/wgpu_thread.rs index 61722216e43..e359d9a1113 100644 --- a/components/webgpu/wgpu_thread.rs +++ b/components/webgpu/wgpu_thread.rs @@ -694,10 +694,6 @@ impl WGPU { }) .map_err(|e| e.to_string()); - if response.is_err() { - break; - } - if let Err(e) = sender.send(WebGPUResponse::Adapter(response)) { warn!( "Failed to send response to WebGPURequest::RequestAdapter ({})", @@ -733,7 +729,7 @@ impl WGPU { e ) } - break; + continue; } let device = WebGPUDevice(device_id); let queue = WebGPUQueue(queue_id); diff --git a/tests/wpt/webgpu/meta/webgpu/cts.https.html.ini b/tests/wpt/webgpu/meta/webgpu/cts.https.html.ini index fcf45cefd0d..8ccf6001915 100644 --- a/tests/wpt/webgpu/meta/webgpu/cts.https.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/cts.https.html.ini @@ -65,135 +65,133 @@ [cts.https.html?q=webgpu:api,operation,adapter,requestDevice:limit,out_of_range:*] - expected: - if os == "linux" and not debug: TIMEOUT [:limit="maxBindGroups"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxBindGroupsPlusVertexBuffers"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxBindingsPerBindGroup"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxBufferSize"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxColorAttachmentBytesPerSample"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxColorAttachments"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxComputeInvocationsPerWorkgroup"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxComputeWorkgroupSizeX"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxComputeWorkgroupSizeY"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxComputeWorkgroupSizeZ"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxComputeWorkgroupStorageSize"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxComputeWorkgroupsPerDimension"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxDynamicStorageBuffersPerPipelineLayout"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxDynamicUniformBuffersPerPipelineLayout"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxInterStageShaderComponents"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxInterStageShaderVariables"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxSampledTexturesPerShaderStage"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxSamplersPerShaderStage"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxStorageBufferBindingSize"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxStorageBuffersPerShaderStage"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxStorageTexturesPerShaderStage"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxTextureArrayLayers"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxTextureDimension1D"] expected: - if os == "linux" and not debug: TIMEOUT + if os == "linux" and not debug: FAIL [:limit="maxTextureDimension2D"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxTextureDimension3D"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxUniformBufferBindingSize"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxUniformBuffersPerShaderStage"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxVertexAttributes"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxVertexBufferArrayStride"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="maxVertexBuffers"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="minStorageBufferOffsetAlignment"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [:limit="minUniformBufferOffsetAlignment"] expected: - if os == "linux" and not debug: NOTRUN + if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:api,operation,adapter,requestDevice:limit,worse_than_default:*] @@ -12767,8 +12765,6 @@ [cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxBindGroups:createPipelineLayout,at_over:*] - expected: - if os == "linux" and not debug: [TIMEOUT, CRASH] [:limitTest="atDefault";testValueName="atLimit"] [:limitTest="atDefault";testValueName="overLimit"] @@ -12782,12 +12778,8 @@ [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit"] [:limitTest="overMaximum";testValueName="atLimit"] - expected: - if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="overLimit"] - expected: - if os == "linux" and not debug: TIMEOUT [:limitTest="underDefault";testValueName="atLimit"] expected: @@ -13229,8 +13221,6 @@ [cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxBufferSize:createBuffer,at_over:*] - expected: - if os == "linux" and not debug: [TIMEOUT, CRASH] [:limitTest="atDefault";testValueName="atLimit"] [:limitTest="atDefault";testValueName="overLimit"] @@ -13244,12 +13234,8 @@ [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit"] [:limitTest="overMaximum";testValueName="atLimit"] - expected: - if os == "linux" and not debug: TIMEOUT [:limitTest="overMaximum";testValueName="overLimit"] - expected: - if os == "linux" and not debug: NOTRUN [:limitTest="underDefault";testValueName="atLimit"] expected: @@ -15101,2567 +15087,1913 @@ [cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxInterStageShaderComponents:createRenderPipeline,at_over:*] - expected: - if os == "linux" and not debug: [TIMEOUT, CRASH] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [FAIL, TIMEOUT] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [TIMEOUT, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="overMaximum";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] - expected: - if os == "linux" and not debug: [PASS, NOTRUN] [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="atLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit";async=true;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxInterStageShaderVariables:createRenderPipeline,at_over:*] @@ -20133,8 +19465,6 @@ [cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxTextureArrayLayers:createTexture,at_over:*] - expected: - if os == "linux" and not debug: [TIMEOUT, CRASH] [:limitTest="atDefault";testValueName="atLimit"] [:limitTest="atDefault";testValueName="overLimit"] @@ -20148,25 +19478,19 @@ [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit"] [:limitTest="overMaximum";testValueName="atLimit"] - expected: - if os == "linux" and not debug: TIMEOUT [:limitTest="overMaximum";testValueName="overLimit"] - expected: - if os == "linux" and not debug: NOTRUN [:limitTest="underDefault";testValueName="atLimit"] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underDefault";testValueName="overLimit"] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxTextureDimension1D:createTexture,at_over:*] - expected: - if os == "linux" and not debug: [TIMEOUT, CRASH] [:limitTest="atDefault";testValueName="atLimit"] [:limitTest="atDefault";testValueName="overLimit"] @@ -20180,12 +19504,8 @@ [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit"] [:limitTest="overMaximum";testValueName="atLimit"] - expected: - if os == "linux" and not debug: [FAIL, TIMEOUT] [:limitTest="overMaximum";testValueName="overLimit"] - expected: - if os == "linux" and not debug: [TIMEOUT, NOTRUN] [:limitTest="underDefault";testValueName="atLimit"] expected: @@ -20203,8 +19523,6 @@ [cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxTextureDimension2D:createTexture,at_over:*] - expected: - if os == "linux" and not debug: [TIMEOUT, CRASH] [:limitTest="atDefault";testValueName="atLimit"] [:limitTest="atDefault";testValueName="overLimit"] @@ -20218,12 +19536,8 @@ [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit"] [:limitTest="overMaximum";testValueName="atLimit"] - expected: - if os == "linux" and not debug: [FAIL, TIMEOUT] [:limitTest="overMaximum";testValueName="overLimit"] - expected: - if os == "linux" and not debug: [TIMEOUT, NOTRUN] [:limitTest="underDefault";testValueName="atLimit"] expected: @@ -20240,8 +19554,6 @@ [cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxTextureDimension3D:createTexture,at_over:*] - expected: - if os == "linux" and not debug: [TIMEOUT, CRASH] [:limitTest="atDefault";testValueName="atLimit"] [:limitTest="atDefault";testValueName="overLimit"] @@ -20255,12 +19567,8 @@ [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit"] [:limitTest="overMaximum";testValueName="atLimit"] - expected: - if os == "linux" and not debug: TIMEOUT [:limitTest="overMaximum";testValueName="overLimit"] - expected: - if os == "linux" and not debug: NOTRUN [:limitTest="underDefault";testValueName="atLimit"] expected: @@ -20300,19 +19608,15 @@ [cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxVertexAttributes:createRenderPipeline,at_over:*] - expected: - if os == "linux" and not debug: [TIMEOUT, CRASH] [:limitTest="atDefault";testValueName="atLimit";async=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="atLimit";async=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atDefault";testValueName="overLimit";async=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atDefault";testValueName="overLimit";async=true] expected: @@ -20320,15 +19624,13 @@ [:limitTest="atMaximum";testValueName="atLimit";async=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="atLimit";async=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="atMaximum";testValueName="overLimit";async=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMaximum";testValueName="overLimit";async=true] expected: @@ -20336,35 +19638,25 @@ [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true] expected: if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=false] - expected: - if os == "linux" and not debug: FAIL [:limitTest="overMaximum";testValueName="atLimit";async=true] - expected: - if os == "linux" and not debug: TIMEOUT [:limitTest="overMaximum";testValueName="overLimit";async=false] - expected: - if os == "linux" and not debug: NOTRUN [:limitTest="overMaximum";testValueName="overLimit";async=true] - expected: - if os == "linux" and not debug: NOTRUN [:limitTest="underDefault";testValueName="atLimit";async=false] expected: @@ -20400,8 +19692,6 @@ [cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxVertexBuffers:setVertexBuffer,at_over:*] - expected: - if os == "linux" and not debug: [TIMEOUT, CRASH] [:limitTest="atDefault";testValueName="atLimit";encoderType="render"] [:limitTest="atDefault";testValueName="atLimit";encoderType="renderBundle"] @@ -20427,20 +19717,12 @@ [:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";encoderType="renderBundle"] [:limitTest="overMaximum";testValueName="atLimit";encoderType="render"] - expected: - if os == "linux" and not debug: TIMEOUT [:limitTest="overMaximum";testValueName="atLimit";encoderType="renderBundle"] - expected: - if os == "linux" and not debug: NOTRUN [:limitTest="overMaximum";testValueName="overLimit";encoderType="render"] - expected: - if os == "linux" and not debug: NOTRUN [:limitTest="overMaximum";testValueName="overLimit";encoderType="renderBundle"] - expected: - if os == "linux" and not debug: NOTRUN [:limitTest="underDefault";testValueName="atLimit";encoderType="render"] expected: @@ -20466,8 +19748,6 @@ [cts.https.html?q=webgpu:api,validation,capability_checks,limits,minStorageBufferOffsetAlignment:createBindGroup,at_over:*] - expected: - if os == "linux" and not debug: [TIMEOUT, CRASH] [:limitTest="atDefault";testValueName="atLimit"] [:limitTest="atDefault";testValueName="underLimit"] @@ -20482,57 +19762,41 @@ [:limitTest="overDefault";testValueName="atLimit"] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="overDefault";testValueName="underLimit"] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underMinimum";testValueName="atLimit"] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="underMinimum";testValueName="underLimit"] - expected: - if os == "linux" and not debug: [PASS, TIMEOUT] [cts.https.html?q=webgpu:api,validation,capability_checks,limits,minStorageBufferOffsetAlignment:setBindGroup,at_over:*] - expected: - if os == "linux" and not debug: [TIMEOUT, CRASH] [:limitTest="atDefault";testValueName="atLimit"] [:limitTest="atDefault";testValueName="underLimit"] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="atMinimum";testValueName="atLimit"] [:limitTest="atMinimum";testValueName="underLimit"] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="betweenDefaultAndMinimum";testValueName="atLimit"] [:limitTest="betweenDefaultAndMinimum";testValueName="underLimit"] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="overDefault";testValueName="atLimit"] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="overDefault";testValueName="underLimit"] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underMinimum";testValueName="atLimit"] - expected: - if os == "linux" and not debug: [PASS, FAIL, TIMEOUT] [:limitTest="underMinimum";testValueName="underLimit"] - expected: - if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN] [cts.https.html?q=webgpu:api,validation,capability_checks,limits,minStorageBufferOffsetAlignment:validate,greaterThanOrEqualTo32:*] @@ -20544,8 +19808,6 @@ [cts.https.html?q=webgpu:api,validation,capability_checks,limits,minUniformBufferOffsetAlignment:createBindGroup,at_over:*] - expected: - if os == "linux" and not debug: [TIMEOUT, CRASH] [:limitTest="atDefault";testValueName="atLimit"] [:limitTest="atDefault";testValueName="underLimit"] @@ -20567,17 +19829,11 @@ if os == "linux" and not debug: FAIL [:limitTest="underMinimum";testValueName="atLimit"] - expected: - if os == "linux" and not debug: TIMEOUT [:limitTest="underMinimum";testValueName="underLimit"] - expected: - if os == "linux" and not debug: NOTRUN [cts.https.html?q=webgpu:api,validation,capability_checks,limits,minUniformBufferOffsetAlignment:setBindGroup,at_over:*] - expected: - if os == "linux" and not debug: [TIMEOUT, CRASH] [:limitTest="atDefault";testValueName="atLimit"] [:limitTest="atDefault";testValueName="underLimit"] @@ -20592,19 +19848,15 @@ [:limitTest="overDefault";testValueName="atLimit"] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="overDefault";testValueName="underLimit"] expected: - if os == "linux" and not debug: [PASS, FAIL] + if os == "linux" and not debug: FAIL [:limitTest="underMinimum";testValueName="atLimit"] - expected: - if os == "linux" and not debug: [PASS, FAIL] [:limitTest="underMinimum";testValueName="underLimit"] - expected: - if os == "linux" and not debug: [PASS, TIMEOUT] [cts.https.html?q=webgpu:api,validation,capability_checks,limits,minUniformBufferOffsetAlignment:validate,greaterThanOrEqualTo32:*] @@ -73708,8 +72960,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_comparison:equals:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -73730,8 +72980,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_comparison:greater_than:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -73752,8 +73000,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_comparison:less_than:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -73822,8 +73068,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_matrix_addition:matrix:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";cols=2;rows=2] expected: if os == "linux" and not debug: FAIL @@ -74162,8 +73406,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_multiplication:scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -74212,8 +73454,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_remainder:scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -74268,8 +73508,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,af_subtraction:scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -74422,8 +73660,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:multiplication_scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_rhs=2] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -74470,8 +73706,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:remainder_scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_rhs=2] expected: if os == "linux" and not debug: FAIL @@ -76134,8 +75368,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_division:scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -77020,8 +76252,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_subtraction:matrix_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -77170,8 +76400,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_vector_multiplication:vector_matrix:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";cols=2;rows=2] [:inputSource="const";cols=2;rows=3] @@ -77542,8 +76770,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_remainder:vector_scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -77580,8 +76806,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f16_subtraction:scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -77732,8 +76956,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_addition:scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -77808,8 +77030,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_addition:vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize=2] expected: if os == "linux" and not debug: FAIL @@ -77842,8 +77062,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_addition:vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] expected: if os == "linux" and not debug: [FAIL, TIMEOUT] @@ -78034,8 +77252,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:less_equals:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -78174,8 +77390,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_division:scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -78530,8 +77744,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_matrix_multiplication:matrix_matrix:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";common_dim=2;x_rows=2;y_cols=2] expected: if os == "linux" and not debug: FAIL @@ -79626,8 +78838,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_multiplication:scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -79756,8 +78966,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -79812,8 +79020,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -79942,8 +79148,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -80488,8 +79692,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:division_vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: [FAIL, TIMEOUT] @@ -80590,8 +79792,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -80708,8 +79908,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication_vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: FAIL @@ -80742,8 +79940,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication_vector_scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: FAIL @@ -80842,8 +80038,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:remainder_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -80910,8 +80104,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:remainder_scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_rhs=2] expected: if os == "linux" and not debug: FAIL @@ -81146,8 +80338,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction_scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_rhs=2] expected: if os == "linux" and not debug: [FAIL, TIMEOUT] @@ -81328,8 +80518,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:greater_than:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -81372,8 +80560,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:less_equals:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -81616,8 +80802,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:addition_vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: FAIL @@ -81650,8 +80834,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:addition_vector_scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: FAIL @@ -81684,8 +80866,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -81818,8 +80998,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division_scalar_vector:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_rhs=2] expected: if os == "linux" and not debug: FAIL @@ -81870,8 +81048,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division_vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: FAIL @@ -82120,8 +81296,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication_vector_scalar_compound:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: FAIL @@ -82552,8 +81726,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:subtraction_vector_scalar:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize_lhs=2] expected: if os == "linux" and not debug: FAIL @@ -82618,8 +81790,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_comparison:equals:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -82788,8 +81958,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_comparison:less_than:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -82832,8 +82000,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,binary,u32_comparison:not_equals:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -82936,8 +82102,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,abs:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -84194,8 +83358,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,asinh:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -84230,8 +83392,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,asinh:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -84274,8 +83434,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atan2:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -84352,8 +83510,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atan2:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -89848,8 +89004,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,clamp:abstract_int:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -89892,8 +89046,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,clamp:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -90012,8 +89164,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,clamp:u32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -90250,8 +89400,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cosh:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -90552,8 +89700,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cross:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -90594,8 +89740,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,degrees:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -90672,8 +89816,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,determinant:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] expected: if os == "linux" and not debug: FAIL @@ -90712,8 +89854,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,determinant:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";dim=2] [:inputSource="const";dim=3] @@ -90810,8 +89950,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:abstract_float_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -90884,8 +90022,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: [FAIL, TIMEOUT] @@ -90964,32 +90100,24 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:abstract_float_vec3:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:abstract_float_vec4:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:abstract_int_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:abstract_int_vec3:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -91032,8 +90160,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:f32_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -91046,8 +90172,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:f32_vec3:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -91108,8 +90232,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:u32_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -91278,8 +90400,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dpdxFine:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -91346,8 +90466,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dpdy:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -91480,8 +90598,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dpdyFine:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -92172,8 +91288,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,floor:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -92310,8 +91424,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fract:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -92354,8 +91466,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fract:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -92390,8 +91500,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fract:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -92724,8 +91832,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fwidthCoarse:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -92792,8 +91898,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fwidthFine:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -93216,8 +92320,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:abstract_float_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -93300,8 +92402,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f32_vec3:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -93368,8 +92468,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log2:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -93404,8 +92502,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log2:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -93448,8 +92544,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -93492,8 +92586,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -93706,8 +92798,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,max:i32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -93852,8 +92942,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -93888,8 +92976,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -93974,8 +93060,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:u32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -94018,8 +93102,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:abstract_float_matching:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -94162,8 +93244,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec2:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -94176,8 +93256,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec3:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -94208,8 +93286,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_vec2_fract:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -94246,8 +93322,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_whole:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -94264,8 +93338,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec2_fract:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -94286,8 +93358,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec3_fract:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [:inputSource="storage_r"] @@ -94338,8 +93408,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_fract:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -94364,8 +93432,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec2_whole:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -94414,8 +93480,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec4_whole:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -94686,8 +93750,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pow:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -94832,8 +93894,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,radians:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -94934,8 +93994,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:abstract_float_vec3:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -95026,8 +94084,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:abstract_float_vec4:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -95076,8 +94132,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -95090,8 +94144,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -95188,8 +94240,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,round:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -95242,8 +94292,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,round:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -95920,8 +94968,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sign:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -96394,8 +95440,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sqrt:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -96644,8 +95688,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,tan:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: [PASS, FAIL] @@ -96764,8 +95806,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,tanh:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -100582,8 +99622,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,transpose:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";cols=2;rows=2] expected: if os == "linux" and not debug: FAIL @@ -100676,8 +99714,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,trunc:abstract_float:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -100730,8 +99766,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,call,builtin,trunc:f32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -108644,8 +107678,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,af_arithmetic:negation:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -108664,8 +107696,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,af_assignment:abstract:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -108704,14 +107734,10 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,ai_assignment:i32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] [cts.https.html?q=webgpu:shader,execution,expression,unary,ai_assignment:u32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const"] expected: if os == "linux" and not debug: FAIL @@ -108778,8 +107804,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,bool_conversion:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -109046,8 +108070,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:abstract_int:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -109500,8 +108522,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -109786,8 +108806,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:u32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -109942,8 +108960,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,i32_conversion:bool:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -110128,8 +109144,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,i32_conversion:u32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -110266,8 +109280,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:bool:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL @@ -110310,8 +109322,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:f16:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] [:inputSource="const";vectorize=2] @@ -110454,8 +109464,6 @@ [cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:u32:*] - expected: - if os == "linux" and not debug: OK [:inputSource="const";vectorize="_undef_"] expected: if os == "linux" and not debug: FAIL