Skip to content

Commit

Permalink
Tests: Rename the strict matrices (#4440)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej authored Mar 8, 2024
1 parent 1558c86 commit 67e4ec9
Show file tree
Hide file tree
Showing 31 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion tests/std/tests/GH_000140_adl_proof_views/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_20_matrix.lst
RUNALL_INCLUDE ..\strict_20_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P0323R12_expected/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P0896R4_common_iterator/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_20_matrix.lst
RUNALL_INCLUDE ..\strict_20_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P0896R4_views_drop/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_20_matrix.lst
RUNALL_INCLUDE ..\strict_20_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P0896R4_views_elements/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_20_matrix.lst
RUNALL_INCLUDE ..\strict_20_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P0896R4_views_filter/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_20_matrix.lst
RUNALL_INCLUDE ..\strict_20_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P0896R4_views_filter_death/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_20_matrix.lst
RUNALL_INCLUDE ..\strict_20_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P0896R4_views_filter_iterator/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_20_matrix.lst
RUNALL_INCLUDE ..\strict_20_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P0896R4_views_join/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_20_matrix.lst
RUNALL_INCLUDE ..\strict_20_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P0896R4_views_lazy_split/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_20_matrix.lst
RUNALL_INCLUDE ..\strict_20_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P0896R4_views_split/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_20_matrix.lst
RUNALL_INCLUDE ..\strict_20_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P0896R4_views_take/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_20_matrix.lst
RUNALL_INCLUDE ..\strict_20_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P0896R4_views_transform/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_20_matrix.lst
RUNALL_INCLUDE ..\strict_20_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P1899R3_views_stride/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P2164R9_views_enumerate/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P2278R4_basic_const_iterator/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P2321R2_views_adjacent/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P2321R2_views_adjacent_transform/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P2321R2_views_zip/env.lst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# so the test fails to compile unless /permissive- is set. This issue isn't
# unique to zip_view; all view types whose iterators define overloads for these
# functions have this requirement.
RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
RUNALL_CROSSLIST
* PM_CL="/DTEST_INPUT"
* PM_CL="/DTEST_FORWARD"
Expand Down
2 changes: 1 addition & 1 deletion tests/std/tests/P2321R2_views_zip_transform/env.lst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# overload for iter_move which causes an ambiguous symbol error when compiling
# without /permissive- set. This occurs even though zip_transform_view::_Iterator
# does not define an ADL overload for iter_move.
RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
RUNALL_CROSSLIST
* PM_CL="/DTEST_INPUT"
* PM_CL="/DTEST_FORWARD"
Expand Down
2 changes: 1 addition & 1 deletion tests/std/tests/P2374R4_views_cartesian_product/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P2441R2_views_join_with/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P2442R1_views_chunk/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
2 changes: 1 addition & 1 deletion tests/std/tests/P2442R1_views_chunk_death/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\strict_concepts_latest_matrix.lst
RUNALL_INCLUDE ..\strict_latest_matrix.lst
File renamed without changes.
File renamed without changes.

0 comments on commit 67e4ec9

Please sign in to comment.