Skip to content

Commit 7b82998

Browse files
committed
Fix ext/exif/tests/bug76557.phpt for 32-bit builds
The error message is different there.
1 parent bc8fece commit 7b82998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure/i386/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ steps:
2727
testResultsFormat: 'JUnit'
2828
testResultsFiles: junit.xml
2929
testRunTitle: '${{ parameters.configurationName }} ${{ parameters.runTestsName }}'
30-
failTaskOnFailedTests: false
30+
failTaskOnFailedTests: true
3131
displayName: 'Export ${{ parameters.configurationName }} ${{ parameters.runTestsName }} Results'
3232
condition: or(succeeded(), failed())

ext/exif/tests/bug76557.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal f
7070

7171
Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on line %d
7272

73-
Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal pointer offset(x30303030 + x30303030 = x60606060 > x00EE) in %sbug76557.php on line %d
73+
Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal pointer offset(%s) in %sbug76557.php on line %d
7474

7575
Warning: exif_read_data(bug76557.jpg): File structure corrupted in %sbug76557.php on line %d
7676

0 commit comments

Comments
 (0)