Tests pending pull requests

Build: #7827 failed Manual run by Build Robot

Build result summary

Details

Completed
Queue duration
1 second
Duration
6 minutes
Flags
Custom build
Labels
pr_4966
Agent
Default Agent
Revision
93621aa1844ab48d9bae068d9872d2c49ae86de4 93621aa1844ab48d9bae068d9872d2c49ae86de4
Total tests
6824
Failing since
#7826 (Manual run by Build Robot)
Fixed in
#7828 (Manual run by Build Robot)

Tests

Responsible

This build has been failing since #7826
No one has taken responsibility

Custom variables

Name Value
PRnumber 4966
PRref master

Tests

Existing test failures 24
Status Test Failing since View job Duration
phpbb_event_php_exporter_test::test_crawl_php_file_throws with data set #0 ('missing_var.test', null)
Failed asserting that exception message is empty but is 'Should use multiple lines for $vars definition for event 'core.trigger' in file 'missing_var.test:16''.

phpbb_event_php_exporter_test::test_crawl_php_file_throws with data set #1 ('duplicate_event.test', 10)
Failed asserting that exception message is empty but is 'The event 'duplicate.trigger' from file 'duplicate_event.test:15' already exists in file 'duplicate_event.test''.

phpbb_event_php_exporter_test::test_find_description_throws with data set #2 (array('/**', '*', '* @since 3.1.0-a2', '*/', '$phpbb_dispatcher->dispatch('test');'), 4, 2)
Failed asserting that exception message is empty but is 'Can not find a description for event '' in file ':4''.

phpbb_event_php_exporter_test::test_find_description_throws with data set #1 (array('/**', '* @changed 3.1.0-a1', '* @changed 3.1.0-a2', '* @changed 3.1.0-a3', '*/', '$phpbb_dispatcher->dispatch('test');'), 5, 2)
Failed asserting that exception message is empty but is 'Can not find a description for event '' in file ':5''.

phpbb_event_php_exporter_test::test_find_description_throws with data set #0 (array('$vars = array();', '$phpbb_dispatcher->dispatch('test');'), 1, 1)
Failed asserting that exception message is empty but is 'Can not find a description for event '' in file ':1''.

phpbb_event_php_exporter_test::test_find_description_throws with data set #3 (array('/**', '* ', '* @event', '*/', '$phpbb_dispatcher->dispatch('test');'), 4, 2)
Failed asserting that exception message is empty but is 'Can not find a description for event '' in file ':4''.

phpbb_event_php_exporter_test::test_find_since_throws with data set #0 (array('/**', '* @since 3.1.0-a1', '*/', '/**', '*/', '$phpbb_dispatcher->dispatch('test');'), 5, 1)
Failed asserting that exception message is empty but is 'Can not find '@since' information for event '' in file ':5''.

phpbb_event_php_exporter_test::test_find_since_throws with data set #2 (array('/**', '* @since 3.1.0-a2', '* @var', '*/', '$phpbb_dispatcher->dispatch('test');'), 4, 3)
Failed asserting that exception message is empty but is 'Found '@var' information after '@since' for event '' in file ':4''.

phpbb_event_php_exporter_test::test_find_since_throws with data set #1 (array('/**', '* @changed 3.1.0-a1', '* @changed 3.1.0-a2', '* @changed 3.1.0-a3', '*/', '$phpbb_dispatcher->dispatch('test');'), 5, 2)
Failed asserting that exception message is empty but is 'Can not find '@since' information for event '' in file ':5''.

phpbb_event_php_exporter_test::test_find_since_throws with data set #3 (array('/**', '* @since 3.1.0-a2', '* @event', '*/', '$phpbb_dispatcher->dispatch('test');'), 4, 3)
Failed asserting that exception message is empty but is 'Found '@event' information after '@since' for event '' in file ':4''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #0 (array('/**', '*/', '$phpbb_dispatcher->trigger_ev...ars));'), 2, 1)
Failed asserting that exception message is empty but is 'Can not find '$vars = array();'-line for event '' in file ':2''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #7 (array('/**', '*/', '$vars = array('bertie','basic...lid');', '$phpbb_dispatcher->trigger_ev...ars));'), 3, 3)
Failed asserting that exception message is empty but is 'Found invalid var 'bertie','basically_valid' in array for event '' in file ':3''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #6 (array('/**', '*/', '$vars = array('bertie'');', '$phpbb_dispatcher->trigger_ev...ars));'), 3, 3)
Failed asserting that exception message is empty but is 'Found invalid var 'bertie'' in array for event '' in file ':3''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #5 (array('/**', '*/', '$vars = array('test2', '');', '$phpbb_dispatcher->trigger_ev...ars));'), 3, 3)
Failed asserting that exception message is empty but is 'Found invalid var '' in array for event '' in file ':3''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #4 (array('/**', '*/', '$vars = array('t1', 't2', 't3...'t7');', '$phpbb_dispatcher->trigger_ev...ars));'), 3, 2)
Failed asserting that exception message is empty but is 'Should use multiple lines for $vars definition for event '' in file ':3''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #3 (array('/**', '*/', '$vars = array();', '$phpbb_dispatcher->trigger_ev...ars));'), 3, 1)
Failed asserting that exception message is empty but is 'Can not find '$vars = array();'-line for event '' in file ':3''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #2 (array('/**', '*/', '$vars = array('$bertie');', '$phpbb_dispatcher->trigger_ev...ars));'), 3, 1)
Failed asserting that exception message is empty but is 'Can not find '$vars = array();'-line for event '' in file ':3''.

phpbb_event_php_exporter_test::test_get_vars_from_array_throws with data set #1 (array('/**', '*/', '$vars = $bertie;', '$phpbb_dispatcher->trigger_ev...ars));'), 3, 1)
Failed asserting that exception message is empty but is 'Can not find '$vars = array();'-line for event '' in file ':3''.

phpbb_event_php_exporter_test::test_get_vars_from_docblock_throws with data set #3 (array('/**', '* @var	int	name1	Description', '* @var	array	$name2	Description', '*/', '$phpbb_dispatcher->dispatch('test');'), 4, 4)
Failed asserting that exception message is empty but is 'Found invalid @var '$name2' in docblock for event '' in file ':4''.

phpbb_event_php_exporter_test::test_get_vars_from_docblock_throws with data set #0 (array('$vars = array();', '$phpbb_dispatcher->dispatch('test');'), 1, 2)
Failed asserting that exception message is empty but is 'Can not find end of docblock for event '' in file ':1''.

phpbb_event_php_exporter_test::test_get_vars_from_docblock_throws with data set #1 (array('/**', '* @var	int	name1', '* @var	array	name2	Description test', '*/', '$phpbb_dispatcher->dispatch('test');'), 4, 1)
Failed asserting that exception message is empty but is 'Found invalid line '* @var	int	name1' for event '' in file ':4''.

phpbb_event_php_exporter_test::test_get_vars_from_docblock_throws with data set #2 (array('/**', '*/', '$phpbb_dispatcher->dispatch('test');'), 2, 3)
Failed asserting that exception message is empty but is 'Can not find @var lines for event '' in file ':2''.

phpbb_event_php_exporter_test::test_validate_event_throws with data set #1 ('test.event', 'bertie* @event test.event', 2)
Failed asserting that exception message is empty but is 'Event name does not match '@event' tag for event '' in file ':0''.

phpbb_event_php_exporter_test::test_validate_event_throws with data set #0 ('test.event', '* @event test.event bertie is cool', 2)
Failed asserting that exception message is empty but is 'Event name does not match '@event' tag for event '' in file ':0''.

Fixed tests 12
Status Test Failing since View job Duration
Successful phpbb_config_test test_offset_unset_fails History
Failing since build #7826 (Manual run by Build Robot) Build and Test Job < 1 sec
Successful phpbb_dbal_db_tools_test::test_created_column test_create_index_with_long_name History
Failing since build #7826 (Manual run by Build Robot) Build and Test Job < 1 sec
Successful phpbb_deactivated_super_global_test test_write_triggers_error History
Failing since build #7826 (Manual run by Build Robot) Build and Test Job < 1 sec
Successful phpbb_request_test test_disable_post_super_global History
Failing since build #7826 (Manual run by Build Robot) Build and Test Job < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #28 History
Failing since build #7826 (Manual run by Build Robot) Build and Test Job < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #29 History
Failing since build #7826 (Manual run by Build Robot) Build and Test Job < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #30 History
Failing since build #7826 (Manual run by Build Robot) Build and Test Job < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #5 History
Failing since build #7826 (Manual run by Build Robot) Build and Test Job < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #0 History
Failing since build #7826 (Manual run by Build Robot) Build and Test Job < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #1 History
Failing since build #7826 (Manual run by Build Robot) Build and Test Job < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #2 History
Failing since build #7826 (Manual run by Build Robot) Build and Test Job < 1 sec
Successful phpbb_security_redirect_test::test_redirect test_redirect with data set #3 History
Failing since build #7826 (Manual run by Build Robot) Build and Test Job < 1 sec