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

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

== PyPy 3.12.13 (e99dc7a98783, Jul 10 2026, 06:28:39) [PyPy 8.0.0-alpha0 with GCC 10.2.1 20210130 (Red Hat 10.2.1-11)]
== Linux-4.19.90-2202.1.0.0136.oe1.aarch64-aarch64-with-glibc2.17 little-endian
== Python build: release with_assert
== cwd: /tmp/pytest/test_python_worker_816046æ
== CPU count: 4
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 3937097622
0:00:00 load avg: 1.19 Run 1 test sequentially in a single process
0:00:00 load avg: 1.19 [1/1] test_flufl
test_barry_as_bdfl (test.test_flufl.FLUFLTests.test_barry_as_bdfl) ... ok
test_barry_as_bdfl_look_ma_with_no_compiler_flags (test.test_flufl.FLUFLTests.test_barry_as_bdfl_look_ma_with_no_compiler_flags) ... ok
test_barry_as_bdfl_relative_import (test.test_flufl.FLUFLTests.test_barry_as_bdfl_relative_import) ... ERROR
test_guido_as_bdfl (test.test_flufl.FLUFLTests.test_guido_as_bdfl) ... ok

======================================================================
ERROR: test_barry_as_bdfl_relative_import (test.test_flufl.FLUFLTests.test_barry_as_bdfl_relative_import)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_flufl.py", line 52, in test_barry_as_bdfl_relative_import
    compile(code.format('!='), '<FLUFL test>', 'exec')
  File "<FLUFL test>", line 1
    from .__future__ import barry_as_FLUFL;2 != 3
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: __future__ statements must appear at beginning of file

----------------------------------------------------------------------
Ran 4 tests in 0.007s

FAILED (errors=1)
0:00:00 load avg: 1.19 [1/1/1] test_flufl failed (1 error)

== Tests result: FAILURE ==

1 test failed:
    test_flufl

Total duration: 143 ms
Total tests: run=4
Total test files: run=1/1 failed=1
Result: FAILURE
test test_flufl failed
builder: pypy-c-jit-linux-aarch64 build #2946+
test: lib-python/3/test/test_flufl.py::unmodified