summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-12 15:39:30 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-12 15:40:18 +0200
commit7b8299893ec1c3ddf4093de350a75be55e63b33c (patch)
tree0c208cedc5721a30a234dfa3a0bd4f845cdd48c4
parentbc8fece0cf43be05dcf5022b851d5429c8977401 (diff)
downloadphp-git-7b8299893ec1c3ddf4093de350a75be55e63b33c.tar.gz
Fix ext/exif/tests/bug76557.phpt for 32-bit builds
The error message is different there.
-rw-r--r--azure/i386/test.yml2
-rw-r--r--ext/exif/tests/bug76557.phpt2
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