From: Nikita Popov Date: Wed, 12 Jun 2019 13:39:30 +0000 (+0200) Subject: Fix ext/exif/tests/bug76557.phpt for 32-bit builds X-Git-Tag: php-7.4.0alpha2~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b8299893ec1c3ddf4093de350a75be55e63b33c;p=php Fix ext/exif/tests/bug76557.phpt for 32-bit builds The error message is different there. --- diff --git a/azure/i386/test.yml b/azure/i386/test.yml index e2f8cec668..9821010f11 100644 --- a/azure/i386/test.yml +++ b/azure/i386/test.yml @@ -27,6 +27,6 @@ steps: testResultsFormat: 'JUnit' testResultsFiles: junit.xml testRunTitle: '${{ parameters.configurationName }} ${{ parameters.runTestsName }}' - failTaskOnFailedTests: false + failTaskOnFailedTests: true displayName: 'Export ${{ parameters.configurationName }} ${{ parameters.runTestsName }} Results' condition: or(succeeded(), failed()) diff --git a/ext/exif/tests/bug76557.phpt b/ext/exif/tests/bug76557.phpt index b036971f8b..9e19fff2a0 100644 --- a/ext/exif/tests/bug76557.phpt +++ b/ext/exif/tests/bug76557.phpt @@ -70,7 +70,7 @@ Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal f Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on line %d -Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal pointer offset(x30303030 + x30303030 = x60606060 > x00EE) in %sbug76557.php on line %d +Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal pointer offset(%s) in %sbug76557.php on line %d Warning: exif_read_data(bug76557.jpg): File structure corrupted in %sbug76557.php on line %d