(self)
| 120 | # On s390x RHEL7, GCC 4.8.5 doesn't support C++14. |
| 121 | @unittest.skipIf(not support.MS_WINDOWS, "need Windows") |
| 122 | def test_build_cpp14(self): |
| 123 | self.check_build('_testcpp14ext', std='c++14') |
| 124 | |
| 125 | # Test that headers compile with Intel asm syntax, which may conflict |
| 126 | # with inline assembly in free-threading headers that use AT&T syntax. |
nothing calls this directly
no test coverage detected