From 7b8299893ec1c3ddf4093de350a75be55e63b33c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 12 Jun 2019 15:39:30 +0200 Subject: [PATCH] Fix ext/exif/tests/bug76557.phpt for 32-bit builds The error message is different there. --- azure/i386/test.yml | 2 +- ext/exif/tests/bug76557.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1