perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / py3c / test / results-all.master
blob55a60127e3e2417b069b55bce0f8d7720eca41f0
1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
3 py$(PYV): commands[0]> gmake testbuilddir=$(@D)/.tox/py$(PYV)/build test-python
4 gmake[1]: Entering directory '$(@D)'
5 cd test; rm -rf $(@D)/.tox/py$(PYV)/build ; python setup.py build -b $(@D)/.tox/py$(PYV)/build
6 echo $(@D)/.tox/py$(PYV)/build
7 $(@D)/.tox/py$(PYV)/build
8 PYTHONPATH=$(@D)/.tox/py$(PYV)/build/lib.solaris-2.11-i86pc.64bit-cpython-$(PYV) python test -v
9 test_get_context (__main__.CapsuleChecks) ... ok
10 test_get_destructor (__main__.CapsuleChecks) ... ok
11 test_get_name (__main__.CapsuleChecks) ... ok
12 test_get_pointer (__main__.CapsuleChecks) ... ok
13 test_get_pointer_nullname (__main__.CapsuleChecks) ... ok
14 test_import (__main__.CapsuleChecks) ... ok
15 test_invalid (__main__.CapsuleChecks) ... ok
16 test_invalid_operations (__main__.CapsuleChecks) ... ok
17 test_set_context (__main__.CapsuleChecks) ... ok
18 test_setdestructor (__main__.CapsuleChecks) ... ok
19 test_setname (__main__.CapsuleChecks) ... ok
20 test_setpointer (__main__.CapsuleChecks) ... ok
21 test_type (__main__.CapsuleChecks) ... ok
22 test_valid (__main__.CapsuleChecks) ... ok
23 test_return_notimplemented (__main__.ComparisonHelperChecks) ... ok
24 test_unreachable (__main__.ComparisonHelperChecks) ... ok
25 test_bad_type (__main__.FileShimChecks) ... ok
26 test_read (__main__.FileShimChecks) ... ok
27 test_read_write (__main__.FileShimChecks) ... ok
28 test_write (__main__.FileShimChecks) ... ok
29 test_fromstring (__main__.FloatChecks) ... ok
30 test_as (__main__.IntChecks) ... ok
31 test_check (__main__.IntChecks) ... ok
32 test_check_exact (__main__.IntChecks) ... ok
33 test_from (__main__.IntChecks) ... ok
34 test_type (__main__.IntChecks) ... ok
35 test_all_comparisons (__main__.NewComparisonChecks) ... ok
36 test_number (__main__.NewComparisonChecks) ... ok
37 test_number_int_equality (__main__.NewComparisonChecks) ... ok
38 test_number_number_equality (__main__.NewComparisonChecks) ... ok
39 test_all_comparisons (__main__.OldComparisonChecks) ... ok
40 test_number (__main__.OldComparisonChecks) ... ok
41 test_number_int_equality (__main__.OldComparisonChecks) ... ok
42 test_number_number_equality (__main__.OldComparisonChecks) ... ok
43 test_raw_calloc_zero (__main__.RawMallocChecks) ... ok
44 test_raw_malloc (__main__.RawMallocChecks) ... ok
45 test_raw_malloc_zerosize (__main__.RawMallocChecks) ... ok
46 test_raw_realloc (__main__.RawMallocChecks) ... ok
47 test_raw_realloc_null (__main__.RawMallocChecks) ... ok
48 test_raw_realloc_zero (__main__.RawMallocChecks) ... ok
49 test_asstring (__main__.StringChecks) ... ok
50 test_asutf8 (__main__.StringChecks) ... ok
51 test_asutf8andsize (__main__.StringChecks) ... ok
52 test_asutf8string (__main__.StringChecks) ... ok
53 test_check (__main__.StringChecks) ... ok
54 test_check_exact (__main__.StringChecks) ... ok
55 test_concat (__main__.StringChecks) ... ok
56 test_decode (__main__.StringChecks) ... ok
57 test_format (__main__.StringChecks) ... ok
58 test_fromformat (__main__.StringChecks) ... ok
59 test_fromstring (__main__.StringChecks) ... ok
60 test_fromstringandsize (__main__.StringChecks) ... ok
61 test_internfromstring (__main__.StringChecks) ... ok
62 test_interninplace (__main__.StringChecks) ... ok
63 test_type (__main__.StringChecks) ... ok
65 ----------------------------------------------------------------------
66 Ran 55 tests
69 gmake[1]: Leaving directory '$(@D)'
70   py$(PYV): OK
71   congratulations :)