Skip to content

Commit c0533b6

Browse files
committed
Fix suggestions by David
1 parent 49b7226 commit c0533b6

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

openmp/runtime/test/transform/interchange/iterfor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// XFAIL: windows
2+
// Fails on windows due to issue #129023
23
// RUN: %libomp-cxx20-compile-and-run | FileCheck %s --match-full-lines
34

45
#ifndef HEADER

openmp/runtime/test/transform/tile/iterfor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// XFAIL: windows
2+
// Fails on windows due to issue #129023
23
// RUN: %libomp-cxx20-compile-and-run | FileCheck %s --match-full-lines
34

45
#ifndef HEADER

openmp/runtime/test/worksharing/for/omp_for_collapse_LowerTriangularLess.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// XFAIL: windows
2+
// Fails on windows due to issue #129023
23
// RUN: %libomp-compile-and-run
34
#include <stdio.h>
45
#include <stdlib.h>

openmp/runtime/test/worksharing/for/omp_for_collapse_LowerTriangularLessEqual.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// XFAIL: windows
2+
// Fails on windows due to issue #129023
23
// RUN: %libomp-compile-and-run
34
#include <stdio.h>
45
#include <stdlib.h>

openmp/runtime/test/worksharing/for/omp_for_collapse_UpperTriangular.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// XFAIL: windows
2+
// Fails on windows due to issue #129023
23
// RUN: %libomp-compile-and-run
34
#include <stdio.h>
45
#include <stdlib.h>

0 commit comments

Comments
 (0)