From 3fd08a1595299cdd0558978c4ce4c3fc98a8fb06 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 9 Sep 2017 16:41:38 +0200 Subject: [PATCH] Fix bug75178.phpt on Windows bug75178.phpt fails on Windows, because the stderr output is not interspersed with stdout output there, but rather is appended to the end. The fix is analogous to bug72093.phpt. --- ext/bcmath/tests/bug75178-win32.phpt | 21 +++++++++++++++++++++ ext/bcmath/tests/bug75178.phpt | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 ext/bcmath/tests/bug75178-win32.phpt diff --git a/ext/bcmath/tests/bug75178-win32.phpt b/ext/bcmath/tests/bug75178-win32.phpt new file mode 100644 index 0000000000..bae590fb5b --- /dev/null +++ b/ext/bcmath/tests/bug75178-win32.phpt @@ -0,0 +1,21 @@ +--TEST-- +Bug #75178 (bcpowmod() misbehaves for non-integer base or modulus) +--SKIPIF-- + +--FILE-- + +===DONE=== +--EXPECT-- +string(5) "1.000" +string(5) "1.000" +===DONE=== +bc math warning: non-zero scale in base +bc math warning: non-zero scale in modulus diff --git a/ext/bcmath/tests/bug75178.phpt b/ext/bcmath/tests/bug75178.phpt index 4e25256648..bdfa25a2e1 100644 --- a/ext/bcmath/tests/bug75178.phpt +++ b/ext/bcmath/tests/bug75178.phpt @@ -3,6 +3,9 @@ Bug #75178 (bcpowmod() misbehaves for non-integer base or modulus) --SKIPIF-- --FILE--