Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Enable test_cppext on Windows #92906

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jkloth opened this issue May 17, 2022 · 1 comment
Closed

Enable test_cppext on Windows #92906

jkloth opened this issue May 17, 2022 · 1 comment
Labels
OS-windows tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@jkloth
Copy link
Contributor

jkloth commented May 17, 2022

Once source build virtual environments are properly detected, this test can successfully run on Windows.

Depends on #92897.

Linked PRs

@jkloth jkloth added the type-bug An unexpected behavior, bug, or error label May 17, 2022
jkloth added a commit to jkloth/cpython that referenced this issue May 17, 2022
@AlexWaygood AlexWaygood added the tests Tests in the Lib/test dir label May 18, 2022
vstinner added a commit to vstinner/cpython that referenced this issue Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now
C and C++ extensions.
vstinner added a commit to vstinner/cpython that referenced this issue Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now
C and C++ extensions.
vstinner added a commit to vstinner/cpython that referenced this issue Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now
C and C++ extensions.

* test_cext now also builds the C extension without options.
* test_cppext now also builds the C++ extension without options.
* Add C++14 test to test_cppext.
vstinner added a commit to vstinner/cpython that referenced this issue Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now
C and C++ extensions.

* test_cext now also builds the C extension without options.
* test_cppext now also builds the C++ extension without options.
* Add C++14 test to test_cppext.
* make setup_venv_with_pip_setuptools_wheel() quiet when
  support.verbose is false. Only show stdout and stderr on failure.
vstinner added a commit to vstinner/cpython that referenced this issue Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now
build C and C++ extensions.

* test_cext now also builds the C extension without options.
* test_cppext now also builds the C++ extension without options.
* Add C++14 test to test_cppext.
* make setup_venv_with_pip_setuptools_wheel() quiet when
  support.verbose is false. Only show stdout and stderr on failure.
vstinner added a commit to vstinner/cpython that referenced this issue Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now
build C and C++ extensions.

* test_cext now also builds the C extension without options.
* test_cppext now also builds the C++ extension without options.
* Add C++14 test to test_cppext; C++11 is not supported by MSVC.
* Make setup_venv_with_pip_setuptools_wheel() quiet when
  support.verbose is false. Only show stdout and stderr on failure.
vstinner added a commit to vstinner/cpython that referenced this issue Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now
build C and C++ extensions.

* test_cext now also builds the C extension without options.
* test_cppext now also builds the C++ extension without options.
* Add C++14 test to test_cppext; C++11 is not supported by MSVC.
* Make setup_venv_with_pip_setuptools_wheel() quiet when
  support.verbose is false. Only show stdout and stderr on failure.
vstinner added a commit that referenced this issue Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now
build C and C++ extensions.

* test_cext now also builds the C extension without options.
* test_cppext now also builds the C++ extension without options.
* Add C++14 test to test_cppext; C++11 is not supported by MSVC.
* Make setup_venv_with_pip_setuptools_wheel() quiet when
  support.verbose is false. Only show stdout and stderr on failure.
@vstinner
Copy link
Member

Fixed by a114d08

vstinner added a commit to vstinner/cpython that referenced this issue Mar 20, 2024
…17000)

On Windows in release mode, the test_cext and test_cppext can now
build C and C++ extensions.

* test_cext now also builds the C extension without options.
* test_cppext now also builds the C++ extension without options.
* Add C++14 test to test_cppext; C++11 is not supported by MSVC.
* Make setup_venv_with_pip_setuptools_wheel() quiet when
  support.verbose is false. Only show stdout and stderr on failure.
adorilson pushed a commit to adorilson/cpython that referenced this issue Mar 25, 2024
…17000)

On Windows in release mode, the test_cext and test_cppext can now
build C and C++ extensions.

* test_cext now also builds the C extension without options.
* test_cppext now also builds the C++ extension without options.
* Add C++14 test to test_cppext; C++11 is not supported by MSVC.
* Make setup_venv_with_pip_setuptools_wheel() quiet when
  support.verbose is false. Only show stdout and stderr on failure.
diegorusso pushed a commit to diegorusso/cpython that referenced this issue Apr 17, 2024
…17000)

On Windows in release mode, the test_cext and test_cppext can now
build C and C++ extensions.

* test_cext now also builds the C extension without options.
* test_cppext now also builds the C++ extension without options.
* Add C++14 test to test_cppext; C++11 is not supported by MSVC.
* Make setup_venv_with_pip_setuptools_wheel() quiet when
  support.verbose is false. Only show stdout and stderr on failure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

5 participants
@vstinner @eryksun @jkloth @AlexWaygood and others