Skip to content

Commit

Permalink
Skip some tests in K2 mode (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolyakov authored Oct 8, 2024
1 parent 89b0aa6 commit c89c757
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/phpt/dl/1008_fail_class_instance_with_index_key.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@kphp_should_fail
@kphp_should_fail k2_skip
<?php
class A {
public $x = 20;
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/string_functions/010_xor_strings.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ok
@ok k2_skip
<?php

function xor_impl(string $s1, string $s2) {
Expand Down
2 changes: 1 addition & 1 deletion tests/phpt/string_functions/011_str_getcsv.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ok
@ok k2_skip
<?php

$s1 = <<<_STR
Expand Down

0 comments on commit c89c757

Please sign in to comment.