Skip to content

Commit

Permalink
Fix XFAIL condition for subsumption tests
Browse files Browse the repository at this point in the history
The EDG bug breaking our subsumption tests has been fixed. It will be released in a future nvcc version so we need to give the right nvcc version to unfail those tests

Fixes nvbug4357708
  • Loading branch information
miscco committed Nov 23, 2023
1 parent 8e6da27 commit 25733d3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//

// UNSUPPORTED: c++03, c++11, c++14, c++17
// XFAIL: c++20 && nvcc, c++20 && nvrtc
// XFAIL: c++20 && (nvrtc || nvcc-12.0 || nvcc-12.1 || nvcc-12.2 || nvcc-12.3)
// nvbug 3885350

// template<class In, class Out>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//

// UNSUPPORTED: c++03, c++11, c++14, c++17
// XFAIL: c++20 && nvcc, c++20 && nvrtc
// XFAIL: c++20 && (nvrtc || nvcc-12.0 || nvcc-12.1 || nvcc-12.2 || nvcc-12.3)
// nvbug 3885350

// template<class In, class Out>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//

// UNSUPPORTED: c++03, c++11, c++14, c++17
// XFAIL: c++20 && nvcc, c++20 && nvrtc
// XFAIL: c++20 && (nvrtc || nvcc-12.0 || nvcc-12.1 || nvcc-12.2 || nvcc-12.3)
// nvbug 3885350

// template<class T>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//

// UNSUPPORTED: c++03, c++11, c++14, c++17
// XFAIL: c++20 && nvcc, c++20 && nvrtc
// XFAIL: c++20 && (nvrtc || nvcc-12.0 || nvcc-12.1 || nvcc-12.2 || nvcc-12.3)
// nvbug 3885350

// cuda::std::forward_iterator;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//

// UNSUPPORTED: c++03, c++11, c++14, c++17
// XFAIL: c++20 && nvcc, c++20 && nvrtc
// XFAIL: c++20 && (nvrtc || nvcc-12.0 || nvcc-12.1 || nvcc-12.2 || nvcc-12.3)
// nvbug 3885350

// template<class T>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//

// UNSUPPORTED: c++03, c++11, c++14, c++17
// XFAIL: c++20 && nvcc, c++20 && nvrtc
// XFAIL: c++20 && (nvrtc || nvcc-12.0 || nvcc-12.1 || nvcc-12.2 || nvcc-12.3)
// nvbug 3885350

// template<class T>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//

// UNSUPPORTED: c++03, c++11, c++14, c++17
// XFAIL: c++20 && nvcc, c++20 && nvrtc
// XFAIL: c++20 && (nvrtc || nvcc-12.0 || nvcc-12.1 || nvcc-12.2 || nvcc-12.3)
// nvbug 3885350

// template<class In>
Expand Down

0 comments on commit 25733d3

Please sign in to comment.