We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 011cd12 + 631f6ea commit b16d8f4Copy full SHA for b16d8f4
1 file changed
moz-webgpu-cts/src/shared.rs
@@ -690,7 +690,16 @@ fn report_meta_match() {
690
TestPath::from_execution_report($test_run_path).unwrap(),
691
TestPath::from_fx_metadata_test(Path::new($rel_meta_path), $test_section_header)
692
.unwrap()
693
- )
+ );
694
+ assert_eq!(
695
+ format!(
696
+ "/{}",
697
+ TestPath::from_execution_report($test_run_path)
698
+ .unwrap()
699
+ .runner_url_path()
700
+ ),
701
+ $test_run_path,
702
703
};
704
}
705
0 commit comments