Skip to content

Commit 6d3ad5f

Browse files
authored
enable succeeded tests (#1568)
1 parent 1fc4f3a commit 6d3ad5f

33 files changed

Lines changed: 33 additions & 25 deletions

tests/phpt/dl/394_similar_text.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ok k2_skip
1+
@ok
22
<?php
33

44
function do_similar_text_test(string $hint, string $first, string $second) {

tests/phpt/dl/429_addslashes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@ok k2_skip
2+
k2_skip: stripcslashes is not supported
23
<?php
34
for ($i = 0; $i < 256; $i++)
45
$s_full .= chr ($i);

tests/phpt/dl/467_rawid2long.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ok k2_skip
1+
@ok
22
<?php
33

44
function dec2hex($dec) {

tests/phpt/dl/472_nbody.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ok benchmark k2_skip
1+
@ok benchmark
22
<?
33
/* The Computer Language Benchmarks Game
44
http://shootout.alioth.debian.org/

tests/phpt/dl/473_file.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@ok k2_skip
2+
k2_skip: Unknown function clearstatcache
23
<?php
34
var_dump (dirname ('..'));
45
var_dump (dirname ('phpt/'));

tests/phpt/dl/478_strip_tags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ok ok_old_php k2_skip
1+
@ok ok_old_php
22
<?php
33
for ($i = 0; $i < 3; ++$i) {
44
$str = 'test<br>test';

tests/phpt/dl/480_old_test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@ok benchmark k2_skip
2+
k2_skip: gethostbynamel is not supported
23
<?php
34
header('WWW-Authenticate: Negotiate');
45
header('WWW-Authenticate: NTLM', false);

tests/phpt/dl/484_strftime.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@ok fixme k2_skip
2+
k2_skip: call to unsupported function : strftime
23
<?php
34

45
function test() {

tests/phpt/dl/491_strpos.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ok k2_skip
1+
@ok
22
<?php
33
$str = "abacaba asdas nasdn ansdn andsn d";
44
var_dump (mb_strtolower($str, 'UTF-8'));

tests/phpt/dl/493_number_format.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ok k2_skip
1+
@ok
22
<?php
33

44
#var_dump(number_format(1e80, 0, '', ' '));

0 commit comments

Comments
 (0)