Marcel Telka
2024-04-06 23b99a870bfe8ea0b9cbc849f1d0696a320260e1
components/python/parso/test/results-all.master
File was renamed from components/python/parso/test/results-3.9.master
@@ -1,8 +1,9 @@
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
rootdir: $(@D), configfile: pytest.ini, testpaths: parso, test
rootdir: $(@D)
configfile: pytest.ini
testpaths: parso, test
collecting ... collected 1351 items
parso/__init__.py::parso PASSED
@@ -923,8 +924,8 @@
test/test_python_errors.py::test_python_exception_matches[[1,2] += 1] PASSED
test/test_python_errors.py::test_python_exception_matches[[False and (i:= 0) for i, j in range(5)]] PASSED
test/test_python_errors.py::test_python_exception_matches[[[(i:= i) for j in range(5)] for i in range(5)]] PASSED
test/test_python_errors.py::test_python_exception_matches[[] += 10] PASSED
test/test_python_errors.py::test_python_exception_matches[[] += 11] PASSED
test/test_python_errors.py::test_python_exception_matches[[] += 1_0] PASSED
test/test_python_errors.py::test_python_exception_matches[[] += 1_1] PASSED
test/test_python_errors.py::test_python_exception_matches[[]: int] PASSED
test/test_python_errors.py::test_python_exception_matches[[a, 1] += 3] PASSED
test/test_python_errors.py::test_python_exception_matches[[a, b] += 3] PASSED
@@ -973,11 +974,11 @@
test/test_python_errors.py::test_python_exception_matches[async def foo(): await x = 3] PASSED
test/test_python_errors.py::test_python_exception_matches[async def foo(): del await x] PASSED
test/test_python_errors.py::test_python_exception_matches[async def foo(): yield from []] PASSED
test/test_python_errors.py::test_python_exception_matches[async def foo():\n yield x\n return 10] PASSED
test/test_python_errors.py::test_python_exception_matches[async def foo():\n yield x\n return 11] PASSED
test/test_python_errors.py::test_python_exception_matches[async def foo():\n yield x\n return 1_0] PASSED
test/test_python_errors.py::test_python_exception_matches[async def foo():\n yield x\n return 1_1] PASSED
test/test_python_errors.py::test_python_exception_matches[b"" "" b"" ""] PASSED
test/test_python_errors.py::test_python_exception_matches[b"" = 10] PASSED
test/test_python_errors.py::test_python_exception_matches[b"" = 11] PASSED
test/test_python_errors.py::test_python_exception_matches[b"" = 1_0] PASSED
test/test_python_errors.py::test_python_exception_matches[b"" = 1_1] PASSED
test/test_python_errors.py::test_python_exception_matches[b"\\"] PASSED
test/test_python_errors.py::test_python_exception_matches[b"\\x"] PASSED
test/test_python_errors.py::test_python_exception_matches[b"\xe4"] PASSED
@@ -1357,10 +1358,4 @@
test/test_utils.py::test_split_lines[asd\r\n\x0c-expected_result7-True] PASSED
test/test_utils.py::test_utf8_bom PASSED
=============================== warnings summary ===============================
../../../../../../../..$(PYTHON_DIR)/vendor-packages/pytest_freezegun.py:17: 2702 warnings
  $(PYTHON_DIR)/vendor-packages/pytest_freezegun.py:17: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
    if LooseVersion(pytest.__version__) < LooseVersion('3.6.0'):
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======== 1351 passed, 2702 warnings ========
======== 1351 passed ========