我要评分
获取效率
正确性
完整性
易理解

System Suspended When Running the "Run tests sequebtially" Command

Symptom

When running Run tests sequebtially, the system is suspended at asyncio.

Key Process and Cause Analysis

Compile and install Python 3 (for example, Python 3.6.0) of the built-in test set. As a result, the system is suspended at asyncio.

Conclusion and Solution

  • Solution 1

    Remove the optimization parameters from the configure step so that the test set is not verified during compilation.

  • Solution 2

    Remove the asynicio test script from the Lib/test/ directory.