-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test C locale breaks test suite #6564
Comments
Can also be reproduced on amd64 Linux (although multiple other tests also break due to .libPaths(c('data.table.Rcheck', .libPaths()))
library(data.table)
trace(data.table:::endsWithAny, quote(if(identical(y, 'B')) browser())) # test 2194.7 compares with 'B'
test.data.table()
data.table/R/test.data.table.R Lines 92 to 94 in bb9faf6
When giving a file path to # context: options(encoding = 'UTF-8'), LC_ALL=C
con <- file('inst/tests/issue_563_fread.txt', open = '')
readLines(con)
# [1] "A,B" "<U+0105>,<U+017E>" "<U+016B>,<U+012F>" "<U+0173>,<U+0117>"
# [5] "<U+0161>,<U+0119>"
close(con) Unfortunately, |
Something for after the patch release found in the release process (but don't believe it should stop the current patch release):
This makes
test.data.table()
fail on MacOS Apple Silicon on test2194.7
The text was updated successfully, but these errors were encountered: