Tests pending pull requests
Build: #9956 failed
Job: Build and Test Job failed
Job result summary
- Completed
- Duration
- 5 minutes
- Flags
- Custom build
- Agent
- Default Agent
- Revision
-
dc8ff9da28b8ab4ad11c7ea94cca526f17c87fe5
dc8ff9da28b8ab4ad11c7ea94cca526f17c87fe5 - Total tests
- 7224
- Fixed in
- #9957 (Manual run by Build Robot)
Tests
- 7,224 tests in total
- 8 tests failed
- 8 failures are new
- 248 tests were skipped
- 3 minutes taken in total.
Status | Test | Duration | |
---|---|---|---|
Collapse |
phpbb_event_md_exporter_test
test_crawl_template_file with data set #99
|
< 1 sec | |
phpbb_event_md_exporter_test::test_crawl_template_file with data set #99 ('styles', 'styles/prosilver/template/sea...s.html') LogicException: File 'styles/prosilver/template/search_results.html' does not contain events: 'topiclist_row_topic_by_author_after', 'topiclist_row_topic_by_author_before' /data/phpBB/phpbb/event/md_exporter.php:501 /data/tests/event/md_exporter_test.php:150 |
|||
Collapse |
phpbb_template_extension_test
test_template_icon_extension with data set #1
|
< 1 sec | |
phpbb_template_extension_test::test_template_icon_extension with data set #1 (array('font', 'pencil', 'ICON_PENCIL', true, 'a-class another-class', array('true', 'two')), array('Pencil icon'), '<i class="o-icon o-icon-font .../span>') Testing extension_icon_test.html Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'<i class="o-icon o-icon-font fa-pencil a-class another-class" title="Pencil icon" aria-hidden="true" data-attr-1="true" data-attr-2="two"></i><span class="sr-only">Pencil icon</span>' +'<i class="o-icon o-icon-font fa-pencil a-class another-class" title="ICON_PENCIL" aria-hidden="true" data-attr-1="true" data-attr-2="two"></i><span class="sr-only">Pencil icon</span>' (2 more lines...) |
|||
Collapse |
phpbb_template_extension_test
test_template_icon_extension with data set #10
|
< 1 sec | |
phpbb_template_extension_test::test_template_icon_extension with data set #10 (array('svg', 'pencil', 'ICON_PENCIL', true, 'my-svg-class', array('my_ajax_callback')), array('Pencil icon'), '<svg class="o-icon o-icon-svg...</svg>') Testing extension_icon_test.html Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'<svg class="o-icon o-icon-svg svg-pencil my-svg-class" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" aria-labelledby="icon_pencil-123456789" role="img" data-ajax="my_ajax_callback"><title id="icon_pencil-123456789">Pencil icon</title><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg>' +'<svg class="o-icon o-icon-svg svg-pencil my-svg-class" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" aria-labelledby="icon_pencil-123456789" role="img" data-ajax="my_ajax_callback"><title id="icon_pencil-123456789">ICON_PENCIL</title><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg>' (2 more lines...) |
|||
Collapse |
phpbb_template_extension_test
test_template_icon_extension with data set #5
|
< 1 sec | |
phpbb_template_extension_test::test_template_icon_extension with data set #5 (array('iconify', 'mdi:pencil', 'ICON_PENCIL', true, 'icon-lg', array('color: #12a3eb;')), array('Pencil icon'), '<i class="iconify o-icon-src-.../span>') Testing extension_icon_test.html Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'<i class="iconify o-icon-src-mdi o-icon icon-lg" title="Pencil icon" aria-hidden="true" data-icon="mdi:pencil" data-inline="true" style="color: #12a3eb;"></i><span class="sr-only">Pencil icon</span>' +'<i class="iconify o-icon-src-mdi o-icon icon-lg" title="ICON_PENCIL" aria-hidden="true" data-icon="mdi:pencil" data-inline="true" style="color: #12a3eb;"></i><span class="sr-only">Pencil icon</span>' (2 more lines...) |
|||
Collapse |
phpbb_template_extension_test
test_template_icon_extension with data set #6
|
< 1 sec | |
phpbb_template_extension_test::test_template_icon_extension with data set #6 (array('png', 'phone', 'ICON_PHONE', false, '', array()), array('Phone icon'), '<img class="o-icon o-icon-png...on" />') Testing extension_icon_test.html Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'<img class="o-icon o-icon-png png-phone" src="phpBB/styles/chameleon/theme/png/phone.png" alt="Phone icon" />' +'<img class="o-icon o-icon-png png-phone" src="phpBB/styles/chameleon/theme/png/phone.png" alt="ICON_PHONE" />' (2 more lines...) |
|||
Collapse |
phpbb_template_extension_test
test_template_icon_extension with data set #7
|
< 1 sec | |
phpbb_template_extension_test::test_template_icon_extension with data set #7 (array('png', 'pencil', 'ICON_PENCIL', true, 'my-class', array('my-test-url/test-page.php?u=2')), array('Pencil icon'), '<img class="o-icon o-icon-png...=2" />') Testing extension_icon_test.html Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'<img class="o-icon o-icon-png png-pencil my-class" src="phpBB/styles/chameleon/theme/png/pencil.png" alt="Pencil icon" data-url="my-test-url/test-page.php?u=2" />' +'<img class="o-icon o-icon-png png-pencil my-class" src="phpBB/styles/chameleon/theme/png/pencil.png" alt="ICON_PENCIL" data-url="my-test-url/test-page.php?u=2" />' (2 more lines...) |
|||
Collapse |
phpbb_template_extension_test
test_template_icon_extension with data set #8
|
< 1 sec | |
phpbb_template_extension_test::test_template_icon_extension with data set #8 (array('png', 'user', 'ICON_USER', false, 'my-class', array()), array('User icon'), '<svg class="o-icon o-icon-svg...</svg>') Testing extension_icon_test.html Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'<svg class="o-icon o-icon-svg svg-404 my-class" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" aria-labelledby="icon_user-123456789" role="img"><title id="icon_user-123456789">User icon</title><g fill="none" fill-rule="evenodd"><path fill="#D8D8D8" d="M0 0h512v512H0z"></path><path fill="#979797" fill-rule="nonzero" d="M8 6.586l496 496v2.828L8 9.414z"></path><path fill="#979797" fill-rule="nonzero" d="M504 7.586v2.828l-496 496v-2.828z"></path></g></svg>' +'<svg class="o-icon o-icon-svg svg-404 my-class" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" aria-labelledby="icon_user-123456789" role="img"><title id="icon_user-123456789">ICON_USER</title><g fill="none" fill-rule="evenodd"><path fill="#D8D8D8" d="M0 0h512v512H0z"></path><path fill="#979797" fill-rule="nonzero" d="M8 6.586l496 496v2.828L8 9.414z"></path><path fill="#979797" fill-rule="nonzero" d="M504 7.586v2.828l-496 496v-2.828z"></path></g></svg>' (2 more lines...) |
|||
Collapse |
phpbb_template_extension_test
test_template_icon_extension with data set #9
|
< 1 sec | |
phpbb_template_extension_test::test_template_icon_extension with data set #9 (array('svg', 'phone', 'ICON_PHONE', false, '', array()), array('Phone icon'), '<svg class="o-icon o-icon-svg...</svg>') Testing extension_icon_test.html Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'<svg class="o-icon o-icon-svg svg-phone" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-labelledby="icon_phone-123456789" role="img"><title id="icon_phone-123456789">Phone icon</title><path fill="none" d="M0 0h24v24H0z"></path><path d="M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z"></path></svg>' +'<svg class="o-icon o-icon-svg svg-phone" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-labelledby="icon_phone-123456789" role="img"><title id="icon_phone-123456789">ICON_PHONE</title><path fill="none" d="M0 0h24v24H0z"></path><path d="M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z"></path></svg>' (2 more lines...) |
Error summary
The build generated some errors. See the full build log for more details.
From https://github.com/phpbb/phpbb
* branch refs/pull/5753/head -> FETCH_HEAD
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 275 100 93 100 182 187 367 --:--:-- --:--:-- --:--:-- 367
From https://github.com/phpbb/phpbb
* branch refs/pull/5753/merge -> FETCH_HEAD
Note: checking out 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 7c3f9bf... Merge cf2fe2c8e18fa425c42286e1367934a183548b08 into 0d8a406aae00a74b2a76f85bd86bd187d90ae5d2
From https://github.com/phpbb/phpbb
* branch refs/pull/5753/head -> FETCH_HEAD
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 267 100 93 100 174 151 284 --:--:-- --:--:-- --:--:-- 283
100 267 100 93 100 174 151 284 --:--:-- --:--:-- --:--:-- 283
* branch refs/pull/5753/head -> FETCH_HEAD
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 275 100 93 100 182 187 367 --:--:-- --:--:-- --:--:-- 367
From https://github.com/phpbb/phpbb
* branch refs/pull/5753/merge -> FETCH_HEAD
Note: checking out 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 7c3f9bf... Merge cf2fe2c8e18fa425c42286e1367934a183548b08 into 0d8a406aae00a74b2a76f85bd86bd187d90ae5d2
From https://github.com/phpbb/phpbb
* branch refs/pull/5753/head -> FETCH_HEAD
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 267 100 93 100 174 151 284 --:--:-- --:--:-- --:--:-- 283
100 267 100 93 100 174 151 284 --:--:-- --:--:-- --:--:-- 283