Test: /sapi/fpm/tests/socket-invalid-allowed-clients.phpt - Version 7.4.1    

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
001+ ERROR: The NOTICE does not match expected message:
002+ - PATTERN: /^\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\] NOTICE: fpm is running, pid \d+$/
003+ - MESSAGE: [28-Dec-2019 12:11:50] ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92)
004+ - EXPECT: 'fpm is running, pid \d+'
005+ - ACTUAL: '2019 12:11:50] ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92)'
006+ ERROR: Unexpected line: [28-Dec-2019 12:11:50] NOTICE: ready to handle connections
007+
008+ ERROR: Unexpected line: [28-Dec-2019 12:11:50] NOTICE: Terminating ...
009+
010+ ERROR: Unexpected line: [28-Dec-2019 12:11:50] NOTICE: exiting, bye-bye!
011+
001- Req: error
1 (50%)
001+ ERROR: The NOTICE does not match expected message:
002+ - PATTERN: /^\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\] NOTICE: fpm is running, pid \d+$/
001- Req: error
002- Done
003+ - MESSAGE: [09-Jan-2020 17:58:21] ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92)
004+ - EXPECT: 'fpm is running, pid \d+'
005+ - ACTUAL: '2020 17:58:21] ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92)'
006+ ERROR: Unexpected line: [09-Jan-2020 17:58:21] NOTICE: ready to handle connections
007+
008+ ERROR: The actual string(55) does not match expected string(37):
009+ - EXPECT: 'ERROR: There are no allowed addresses'
010+ - ACTUAL: 'ERROR: Wrong IP address 'xxx' in listen.allowed_clients'
011+ ERROR: The actual string(37) does not match expected string(37):
012+ - EXPECT: 'ERROR: Connection disallowed: IP addr'
013+ - ACTUAL: 'ERROR: There are no allowed addresses'
014+ Done