diff --git a/.upstream-tests/test/std/numerics/complex.number/complex.members/real_imag.pass.cpp b/.upstream-tests/test/std/numerics/complex.number/complex.members/real_imag.pass.cpp index 9e41bdaf65..103028ee5d 100644 --- a/.upstream-tests/test/std/numerics/complex.number/complex.members/real_imag.pass.cpp +++ b/.upstream-tests/test/std/numerics/complex.number/complex.members/real_imag.pass.cpp @@ -63,7 +63,7 @@ int main(int, char**) test(); // CUDA treats long double as double // test(); - test_constexpr (); +// test_constexpr(); return 0; } diff --git a/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp b/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp index 945e3876b2..6672aeee82 100644 --- a/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp +++ b/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp @@ -59,7 +59,7 @@ int main(int, char**) test(); // CUDA treats long double as double // test(); - test_constexpr (); +// test_constexpr(); return 0; } diff --git a/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_equals_scalar.pass.cpp b/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_equals_scalar.pass.cpp index 48efaf2cf2..20f4a92ec5 100644 --- a/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_equals_scalar.pass.cpp +++ b/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_equals_scalar.pass.cpp @@ -80,7 +80,7 @@ int main(int, char**) test(); // CUDA treats long double as double // test(); - test_constexpr (); +// test_constexpr(); return 0; } diff --git a/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp b/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp index b1d4598a3b..a71eb0073b 100644 --- a/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp +++ b/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp @@ -61,8 +61,7 @@ int main(int, char**) test(); // CUDA treats long double as double // test(); - - test_constexpr (); +// test_constexpr(); return 0; } diff --git a/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp b/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp index 5ff9599a41..80951c5236 100644 --- a/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp +++ b/.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp @@ -80,7 +80,7 @@ int main(int, char**) test(); // CUDA treats long double as double // test(); - test_constexpr (); +// test_constexpr(); return 0; }