Tests pending pull requests

Build: #4874 failed

Job: Build and Test Job failed

Stages & jobs

  1. Build and Test

Test results

  • 4,298 tests in total
  • 3 tests failed
  • 3 failures are new
  • 96 tests were fixed
  • 3 minutes taken in total.

Build 4,874 has the following 3 errors: 3 new failure(s) occurred since the previous build.

New test failures 3
Status Test Duration
Collapse Failed phpbb_bbcodes_db_test::test_bbcode test_bbcode with data set #1 History
< 1 sec
phpbb_bbcodes_db_test::test_bbcode with data set #1 ('Custom BBCode with INTTEXT must allow arabic letters.', '[inttext]Text with arabic letters: تغير تغيّر  [/inttext]', 'Text with arabic letters: تغير تغيّر  ')
Custom BBCode with INTTEXT must allow arabic letters.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Text with arabic letters: تغير تغيّر  '
+'[inttext]Text with arabic letters: تغير تغيّر  [/inttext]'
(2 more lines...)
Collapse Failed phpbb_bbcodes_db_test::test_bbcode test_bbcode with data set #2 History
< 1 sec
phpbb_bbcodes_db_test::test_bbcode with data set #2 ('Custom BBCode with INTTEXT must allow other UTF8-characters.', '[inttext]Text with some other ÜTF8-characters: pℎpBB[/inttext]', 'Text with some other ÜTF8-characters: pℎpBB')
Custom BBCode with INTTEXT must allow other UTF8-characters.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Text with some other ÜTF8-characters: pℎpBB'
+'[inttext]Text with some other ÜTF8-characters: pℎpBB[/inttext]'
(2 more lines...)
Collapse Failed phpbb_bbcodes_db_test::test_bbcode test_bbcode with data set #3 History
< 1 sec
phpbb_bbcodes_db_test::test_bbcode with data set #3 ('Custom BBCode with INTTEXT must allow normal characters.', 'Cool text: [inttext]Nice text.[/inttext]', 'Cool text: Nice text.')
Custom BBCode with INTTEXT must allow normal characters.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Cool text: Nice text.'
+'Cool text: [inttext]Nice text.[/inttext]'
(2 more lines...)