Tests pending pull requests

Build: #10306 failed Manual run by Build Robot

Build result summary

Details

Completed
Queue duration
1 second
Duration
5 minutes
Flags
Custom build
Labels
pr_5385
Agent
Default Agent
Revision
cacd9375fddb1595679a92fd6dd9a7c5a582f0cc cacd9375fddb1595679a92fd6dd9a7c5a582f0cc
Total tests
7430
Fixed in
#10307 (Manual run by Build Robot)

Tests

Responsible

No one has taken responsibility for this failure

Custom variables

Name Value
PRnumber 5385
PRref 3.3.x

Tests

New test failures 6
Status Test View job Duration
Collapse Failed phpbb_functions_content_get_context_test test_get_context with data set "desired length equal to text length" History
Build and Test Job < 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
Build and Test Job < 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 with multiple spaces and special characters" History
Build and Test Job < 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 "text contains words and length greater than text" History
Build and Test Job < 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 "zero length" History
Build and Test Job < 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...)
Collapse Failed phpbb_functions_content_get_context_test test_get_context with data set "text contains words and length less than text" History
Build and Test Job < 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...)