Skip to content

Commit 0868359

Browse files
author
Pavel Marek
committed
Ignore unit test in TestBuiltin_strsplit
It is a special case of GNU-R. (cherry picked from commit 7adec7d)
1 parent 8f8cc23 commit 0868359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/builtins/TestBuiltin_strsplit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,6 @@ public void testStrSplit() {
177177
// This test is ignored because it is a special case with an empty match at the beginning
178178
// and positive and negative lookarounds. Empty match at the beginning is normally
179179
// replaced by an empty character vector, but in this case gnur does not do that.
180-
assertEval("strsplit('/some/path/to/somewhere' , '^(?=/)(?!//)|(?<!^)(?<!^/)/', perl = TRUE)");
180+
assertEval(Ignored.ImplementationError, "strsplit('/some/path/to/somewhere' , '^(?=/)(?!//)|(?<!^)(?<!^/)/', perl = TRUE)");
181181
}
182182
}

0 commit comments

Comments
 (0)