From: Pierre Joye Date: Wed, 16 Dec 2009 10:09:34 +0000 (+0000) Subject: - add a test case and update the skip clause X-Git-Tag: php-5.3.2RC1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ec6a9d62e5994e4ecc1095590dce5bcc4a8ddd6;p=php - add a test case and update the skip clause --- diff --git a/ext/standard/tests/strings/crypt_sha512.phpt b/ext/standard/tests/strings/crypt_sha512.phpt index 425db28204..d6f9df6013 100644 --- a/ext/standard/tests/strings/crypt_sha512.phpt +++ b/ext/standard/tests/strings/crypt_sha512.phpt @@ -44,7 +44,12 @@ $tests = array( b'$6$rounds=10$roundstoolow', b'the minimum number is still observed', b'$6$rounds=1000$roundstoolow$kUMsbe306n21p9R.FRkW3IGn.S9NPN0x50YhH1xhLsPuWGsUSklZt58jaTfF4ZEQpyUNGc0dqbpBYYBaHHrsX.' - ) + ), + 8 => array( + b'$6$$bar$', + b'foo', + b'$6$$QMXjqd7rHQZPQ1yHsXkQqC1FBzDiVfTHXL.LaeDAeVV.IzMaV9VU4MQ8kPuZa2SOP1A0RPm772EaFYjpEJtdu.' + ), ); foreach ($tests as $iter => $t) {