Tests pending pull requests

Build: #10306 failed

Job: Build and Test Job failed

Stages & jobs

  1. Build and Test

Test results

  • 7,430 tests in total
  • 6 tests failed
  • 6 failures are new
  • 270 tests were skipped
  • 3 minutes taken in total.

Build 10,306 has the following 6 errors: 6 new failure(s) occurred since the previous build.

New test failures 6
Status Test Duration
Collapse Failed phpbb_functions_content_get_context_test test_get_context with data set "desired length equal to text length" History
< 1 sec
phpbb_functions_content_get_context_test::test_get_context with data set "desired length equal to text length" ('Exact length text.', array('Exact', 'text'), 18, 'Exact length text.')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Exact length text.'
+'Exact length ...'

(2 more lines...)
Collapse Failed phpbb_functions_content_get_context_test test_get_context with data set "negative length" History
< 1 sec
phpbb_functions_content_get_context_test::test_get_context with data set "negative length" ('This is a sample text.', array('sample'), -10, '...')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'...'
+'...  ...'

(2 more lines...)
Collapse Failed phpbb_functions_content_get_context_test test_get_context with data set "text contains words and length greater than text" History
< 1 sec
phpbb_functions_content_get_context_test::test_get_context with data set "text contains words and length greater than text" ('This is a sample text contain...words.', array('sample', 'words'), 100, 'This is a sample text contain...words.')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'This is a sample text containing several words, including sample, text, and words.'
+'This is a sample text containing several words, including sample, text, and ...'

(2 more lines...)
Collapse Failed phpbb_functions_content_get_context_test test_get_context with data set "text contains words and length less than text" History
< 1 sec
phpbb_functions_content_get_context_test::test_get_context with data set "text contains words and length less than text" ('This is a sample text contain...words.', array('sample', 'words'), 50, 'This is a sample text contain...ds ...')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'This is a sample text containing several words ...'
+'This is a sample text containing several ...'

(2 more lines...)
Collapse Failed phpbb_functions_content_get_context_test test_get_context with data set "text with multiple spaces and special characters" History
< 1 sec
phpbb_functions_content_get_context_test::test_get_context with data set "text with multiple spaces and special characters" ('This    is    a   sample   te...words.', array('sample', 'several'), 50, 'This is a sample text contain...ds ...')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'This is a sample text containing several words ...'
+'This is a sample text containing several ...'

(2 more lines...)
Collapse Failed phpbb_functions_content_get_context_test test_get_context with data set "zero length" History
< 1 sec
phpbb_functions_content_get_context_test::test_get_context with data set "zero length" ('This is a sample text.', array('sample'), 0, '...')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'...'
+'...  ...'

(2 more lines...)