File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -652,6 +652,10 @@ sub get_info
652
652
$short_test_name = $test_file ;
653
653
$short_test_name =~ s / ^$subdir\/ // ;
654
654
655
+ if ($current_optset =~ m / opt_use_esimd_emu/ ) {
656
+ $short_test_name =~ s / ^ESIMD\/ // ;
657
+ }
658
+
655
659
my $short_name = basename($test_file );
656
660
my $path = dirname($test_file );
657
661
my $r = { dir => $path , short_name => $short_name , fullpath => $test_file };
@@ -663,6 +667,9 @@ sub generate_run_result
663
667
{
664
668
my $output = shift ;
665
669
my $result = " " ;
670
+
671
+ return $SKIP if ($current_optset =~ m / opt_use_esimd_emu/ and $current_test !~ m / ^esimd_/ );
672
+
666
673
for my $line (split /^/, $output ){
667
674
if ($line =~ m / ^(.*): SYCL :: \Q $short_test_name \E \( .*\) / ) {
668
675
$result = $1 ;
You can’t perform that action at this time.
0 commit comments