MCPcopy Index your code
hub / github.com/python/cpython / test_build_cpp14

Method test_build_cpp14

Lib/test/test_cppext/__init__.py:122–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

check_buildMethod · 0.45

Tested by

no test coverage detected