Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 765541 Details for
Bug 833823
[guru] dev-util/blueprint-compiler-0.1.0_pre20220219 fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
1-testlog.txt
1-testlog.txt (text/plain), 5.39 KB, created by
Agostino Sarubbo
on 2022-02-21 08:04:45 UTC
(
hide
)
Description:
1-testlog.txt
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2022-02-21 08:04:45 UTC
Size:
5.39 KB
patch
obsolete
>Log of Meson test suite run on 2022-02-21T04:09:57.997181 > > >1/1 tests FAIL 0.71s exit status 1 >03:09:58 MALLOC_PERTURB_=26 /var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/temp/python3.9/bin/python3 -m unittest >----------------------------------- output ----------------------------------- >stdout: >--- > >+++ > >@@ -1 +1 @@ > >-5,3,13,GObject.Object is not a Gtk.Widget, so it doesn't have accessibility properties >+1,1,14,Namespace Gtk-4.0 could not be found >[91m[1merror: Namespace Gtk-4.0 could not be found[0m >at accessibility.blp line 1 column 1: >[2m 1 |[0musing Gtk 4.0; > [2m|^[0m > >stderr: >EFF... >====================================================================== >ERROR: test_decompiler (tests.test_samples.TestSamples) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/work/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/tests/test_samples.py", line 105, in assert_decompile > actual = decompiler.decompile(ui_path) > File "/var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/work/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/blueprintcompiler/decompiler.py", line 187, in decompile > ctx = DecompileCtx() > File "/var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/work/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/blueprintcompiler/decompiler.py", line 61, in __init__ > self.gir.add_namespace(get_namespace("Gtk", "4.0")) > File "/var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/work/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/blueprintcompiler/gir.py", line 53, in get_namespace > raise CompileError(f"Namespace {namespace}-{version} could not be found") >blueprintcompiler.errors.CompileError: Namespace Gtk-4.0 could not be found > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/work/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/tests/test_samples.py", line 183, in test_decompiler > self.assert_decompile("accessibility_dec") > File "/var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/work/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/tests/test_samples.py", line 112, in assert_decompile > e.pretty_print(name + ".blp", blueprint) >NameError: name 'blueprint' is not defined > >====================================================================== >FAIL: test_sample_errors (tests.test_samples.TestSamples) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/work/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/tests/test_samples.py", line 72, in assert_sample_error > if len(ast.errors): > File "/var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/work/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/blueprintcompiler/utils.py", line 41, in real_func > self.__dict__[key] = func(self) >blueprintcompiler.errors.MultipleErrors > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/work/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/tests/test_samples.py", line 145, in test_sample_errors > self.assert_sample_error("a11y_in_non_widget") > File "/var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/work/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/tests/test_samples.py", line 92, in assert_sample_error > raise AssertionError() >AssertionError > >====================================================================== >FAIL: test_samples (tests.test_samples.TestSamples) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/work/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/tests/test_samples.py", line 45, in assert_sample > if len(ast.errors): > File "/var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/work/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/blueprintcompiler/utils.py", line 41, in real_func > self.__dict__[key] = func(self) >blueprintcompiler.errors.MultipleErrors > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/work/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/tests/test_samples.py", line 117, in test_samples > self.assert_sample("accessibility") > File "/var/tmp/portage/dev-util/blueprint-compiler-0.1.0_pre20220219/work/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/tests/test_samples.py", line 57, in assert_sample > raise AssertionError() >AssertionError > >---------------------------------------------------------------------- >Ran 6 tests in 0.351s > >FAILED (failures=2, errors=1) >------------------------------------------------------------------------------ > > >Summary of Failures: > >1/1 tests FAIL 0.71s exit status 1 > > >Ok: 0 >Expected Fail: 0 >Fail: 1 >Unexpected Pass: 0 >Skipped: 0 >Timeout: 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 833823
:
765540
| 765541