Skip to content

Commit

Permalink
test: whoops, update snapshots with NormalizedExpectationPropertyValue
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Oct 27, 2023
1 parent 3cf0eeb commit b589813
Showing 1 changed file with 78 additions and 57 deletions.
135 changes: 78 additions & 57 deletions src/bin/moz-webgpu-cts/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -747,9 +747,13 @@ r#"
properties: AnalyzeableProps {
is_disabled: false,
expectations: Some(
Unconditional(
Permanent(
Pass,
NormalizedExpectationPropertyValue(
Collapsed(
Collapsed(
Permanent(
Pass,
),
),
),
),
),
Expand Down Expand Up @@ -813,12 +817,16 @@ r#"
properties: AnalyzeableProps {
is_disabled: false,
expectations: Some(
Unconditional(
Intermittent(
{
Pass,
Fail,
},
NormalizedExpectationPropertyValue(
Collapsed(
Collapsed(
Intermittent(
[
Pass,
Fail,
],
),
),
),
),
),
Expand Down Expand Up @@ -850,9 +858,13 @@ r#"
properties: AnalyzeableProps {
is_disabled: false,
expectations: Some(
Unconditional(
Permanent(
Ok,
NormalizedExpectationPropertyValue(
Collapsed(
Collapsed(
Permanent(
Ok,
),
),
),
),
),
Expand All @@ -862,9 +874,13 @@ r#"
properties: AnalyzeableProps {
is_disabled: false,
expectations: Some(
Unconditional(
Permanent(
Pass,
NormalizedExpectationPropertyValue(
Collapsed(
Collapsed(
Permanent(
Pass,
),
),
),
),
),
Expand Down Expand Up @@ -902,23 +918,26 @@ r#"
properties: AnalyzeableProps {
is_disabled: false,
expectations: Some(
Conditional(
ConditionalValue {
conditions: [
(
Applicability {
platform: Some(
Linux,
),
build_profile: None,
},
NormalizedExpectationPropertyValue(
Expanded(
{
Windows: Collapsed(
Permanent(
Pass,
),
),
Linux: Collapsed(
Permanent(
Fail,
),
),
],
fallback: None,
},
MacOs: Collapsed(
Permanent(
Pass,
),
),
},
),
),
),
},
Expand Down Expand Up @@ -956,27 +975,26 @@ r#"
properties: AnalyzeableProps {
is_disabled: false,
expectations: Some(
Conditional(
ConditionalValue {
conditions: [
(
Applicability {
platform: Some(
Linux,
),
build_profile: None,
},
NormalizedExpectationPropertyValue(
Expanded(
{
Windows: Collapsed(
Permanent(
Timeout,
),
),
Linux: Collapsed(
Permanent(
Fail,
),
),
],
fallback: Some(
Permanent(
Timeout,
MacOs: Collapsed(
Permanent(
Timeout,
),
),
),
},
},
),
),
),
},
Expand Down Expand Up @@ -1012,23 +1030,26 @@ r#"
properties: AnalyzeableProps {
is_disabled: false,
expectations: Some(
Conditional(
ConditionalValue {
conditions: [
(
Applicability {
platform: Some(
MacOs,
),
build_profile: None,
},
NormalizedExpectationPropertyValue(
Expanded(
{
Windows: Collapsed(
Permanent(
Pass,
),
),
Linux: Collapsed(
Permanent(
Pass,
),
),
MacOs: Collapsed(
Permanent(
Fail,
),
),
],
fallback: None,
},
},
),
),
),
},
Expand Down

0 comments on commit b589813

Please sign in to comment.