]> granicus.if.org Git - php/commitdiff
Skip test on solaris
authorfoobar <sniper@php.net>
Fri, 5 Aug 2005 09:19:43 +0000 (09:19 +0000)
committerfoobar <sniper@php.net>
Fri, 5 Aug 2005 09:19:43 +0000 (09:19 +0000)
ext/standard/tests/math/bug25665.phpt

index b7875db11ebe04bf6634a9d836bf12cd33ad3a74..469236c943d5ab4c5f9c1575c36e3387a4fb701c 100644 (file)
@@ -1,5 +1,10 @@
 --TEST--
 Bug #25665 (var_dump () hangs on Nan and INF)
+--SKIPIF--
+<?php 
+       $OS = strtoupper(PHP_OS);
+       if ($OS == 'SUNOS' || $OS == 'SOLARIS') die("SKIP Solaris acos() returns wrong value");
+?>
 --FILE--
 <?php
 set_time_limit(5);