Home - Summaries: (main) : (py3.11) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

lib-python/3/test/test_extcall.py::unmodified

== PyPy 3.12.13 (f591fa0fd4db, Jul 06 2026, 20:11:58) [PyPy 7.3.24-alpha0 with GCC 10.2.1 20210130 (Red Hat 10.2.1-11)]
== Linux-6.1.0-22-amd64-x86_64-with-glibc2.17 little-endian
== Python build: release with_assert
== cwd: /tmp/pytest/test_python_worker_3641413æ
== CPU count: 4
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 3792935693
0:00:00 load avg: 0.94 Run 1 test sequentially in a single process
0:00:00 load avg: 0.94 [1/1] test_extcall
test_extcall (test)
Doctest: test.test_extcall ... FAIL

======================================================================
FAIL: test_extcall (test)
Doctest: test.test_extcall
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/doctest.py", line 2256, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for test.test_extcall
  File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_extcall.py", line 1, in test_extcall

----------------------------------------------------------------------
File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_extcall.py", line 256, in test.test_extcall
Failed example:
    f(**{1:2})
Expected:
    Traceback (most recent call last):
      ...
    TypeError: keywords must be strings
Got:
    Traceback (most recent call last):
      File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/doctest.py", line 1368, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest test.test_extcall[73]>", line 1, in <module>
        f(**{1:2})
    TypeError: test.test_extcall.f() keywords must be strings, not 'int'


----------------------------------------------------------------------
Ran 1 test in 0.051s

FAILED (failures=1)
0:00:00 load avg: 0.94 [1/1/1] test_extcall failed (1 failure)

== Tests result: FAILURE ==

1 test failed:
    test_extcall

Total duration: 138 ms
Total tests: run=1 failures=1
Total test files: run=1/1 failed=1
Result: FAILURE
test test_extcall failed
builder: pypy-c-jit-linux-x86-64 build #11848+
test: lib-python/3/test/test_extcall.py::unmodified