Tests pending pull requests

Build: #4762 failed Manual run by Build Robot

Test results

  • 4,072 tests in total
  • 2 tests failed
  • 1 failure is new
  • 1 test was fixed
  • 3 minutes taken in total.
New test failures 1
Status Test View job Duration
Collapse Failed phpbb_boolean_processor_test test_double_and_with_not_of_or History
Build and Test Job < 1 sec
phpbb_boolean_processor_test::test_double_and_with_not_of_or
'SELECT u.user_id FROM phpbb_users u CROSS JOIN phpbb_user_group ug WHERE  NOT ( ( ug.group_id = 1 
	OR ug.group_id = 2) )  
	AND u.user_id = ug.user_id
 ORDER BY u.user_id'   SQLite3Result::__set_state(array(
))
Failed asserting that two arrays are equal.
--- Expected
(7 more lines...)
Existing test failures 1
Status Test Failing since View job Duration
phpbb_boolean_processor_test::test_triple_and_with_in
SQLite3Result::__set_state(array(
))
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
 Array (
(9 more lines...)
Fixed tests 1
Status Test Failing since View job Duration
Successful phpbb_boolean_processor_test test_triple_and_with_is_null History
Failing since build #4761 (Manual run by Build Robot) Build and Test Job < 1 sec