Skip to content

Commit 937a2c2

Browse files
committed
PHPC-714: Expected failures for BSON corpus tests
1 parent 44f54d9 commit 937a2c2

22 files changed

+44
-0
lines changed

tests/bson-corpus/binary-decodeError-003.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Binary type: subtype 0x02 length too long
3+
--XFAIL--
4+
Depends on CDRIVER-1876
35
--DESCRIPTION--
46
Generated by scripts/convert-bson-corpus-tests.php
57

tests/bson-corpus/binary-decodeError-004.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Binary type: subtype 0x02 length too short
3+
--XFAIL--
4+
Depends on CDRIVER-1876
35
--DESCRIPTION--
46
Generated by scripts/convert-bson-corpus-tests.php
57

tests/bson-corpus/binary-decodeError-005.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Binary type: subtype 0x02 length negative one
3+
--XFAIL--
4+
Depends on CDRIVER-1876
35
--DESCRIPTION--
46
Generated by scripts/convert-bson-corpus-tests.php
57

tests/bson-corpus/code-valid-001.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Javascript Code: Empty string
3+
--XFAIL--
4+
Depends on CDRIVER-1913
35
--DESCRIPTION--
46
Generated by scripts/convert-bson-corpus-tests.php
57

tests/bson-corpus/code-valid-002.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Javascript Code: Single character
3+
--XFAIL--
4+
Depends on CDRIVER-1913
35
--DESCRIPTION--
46
Generated by scripts/convert-bson-corpus-tests.php
57

tests/bson-corpus/code-valid-003.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Javascript Code: Multi-character
3+
--XFAIL--
4+
Depends on CDRIVER-1913
35
--DESCRIPTION--
46
Generated by scripts/convert-bson-corpus-tests.php
57

tests/bson-corpus/code_w_scope-decodeError-011.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Javascript Code with Scope: bad scope doc (field has bad string length)
3+
--XFAIL--
4+
Depends on PHPC-889
35
--DESCRIPTION--
46
Generated by scripts/convert-bson-corpus-tests.php
57

tests/bson-corpus/code_w_scope-valid-001.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Javascript Code with Scope: Empty code string, empty scope
3+
--XFAIL--
4+
Depends on CDRIVER-1913
35
--DESCRIPTION--
46
Generated by scripts/convert-bson-corpus-tests.php
57

tests/bson-corpus/code_w_scope-valid-002.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Javascript Code with Scope: Non-empty code string, empty scope
3+
--XFAIL--
4+
Depends on CDRIVER-1913
35
--DESCRIPTION--
46
Generated by scripts/convert-bson-corpus-tests.php
57

tests/bson-corpus/code_w_scope-valid-003.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Javascript Code with Scope: Empty code string, non-empty scope
3+
--XFAIL--
4+
Depends on CDRIVER-1913
35
--DESCRIPTION--
46
Generated by scripts/convert-bson-corpus-tests.php
57

0 commit comments

Comments
 (0)