Last updated on 2021-02-27 00:52:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.4 | 8.20 | 28.85 | 37.05 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.4 | 5.51 | 22.50 | 28.01 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.4 | 57.09 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.4 | 44.27 | OK | |||
r-devel-windows-ix86+x86_64 | 1.1.4 | 29.00 | 45.00 | 74.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.4 | 6.49 | 27.84 | 34.33 | OK | |
r-patched-solaris-x86 | 1.1.4 | 66.70 | OK | |||
r-release-linux-x86_64 | 1.1.4 | 7.72 | 27.78 | 35.50 | OK | |
r-release-macos-x86_64 | 1.1.4 | OK | ||||
r-release-windows-ix86+x86_64 | 1.1.4 | 30.00 | 58.00 | 88.00 | OK | |
r-oldrel-macos-x86_64 | 1.1.4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.4 | 31.00 | 55.00 | 86.00 | OK |
Version: 1.1.4
Check: running tests for arch ‘i386’
Result: ERROR
Running 'testthat.R' [2s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(utf8)
>
> test_check("utf8")
== Skipped tests ===============================================================
* On Windows (6)
== Failed tests ================================================================
-- Failure (test-utf8_format.R:92:5): 'format' can handle long text in C locale --
utf8_encode(utf8_format(raw, chars = 8, justify = "none")) not equal to format(short, justify = "none").
4/9 mismatches
x[4]: "?\\n\\u2026"
y[4]: "?\\n..."
x[5]: "\\u0001\\u2026"
y[5]: "\\u0001..."
x[8]: "\\u6027?\\u2026"
y[8]: "\\u6027?..."
x[9]: "\\u6027\\u2026"
y[9]: "\\u6027..."
-- Failure (test-utf8_format.R:96:5): 'format' can handle long text in C locale --
sub("\\s+$", "", left) not equal to `short`.
4/9 mismatches
x[4]: "?\\n\\u2026"
y[4]: "?\\n..."
x[5]: "\\u0001\\u2026"
y[5]: "\\u0001..."
x[8]: "\\u6027?\\u2026"
y[8]: "\\u6027?..."
x[9]: "\\u6027\\u2026"
y[9]: "\\u6027..."
-- Failure (test-utf8_format.R:97:5): 'format' can handle long text in C locale --
as.numeric(nchar(left)) not equal to rep(10, length(raw)).
9/9 mismatches (average diff: 2.44)
[1] 8 - 10 == -2
[2] 8 - 10 == -2
[3] 8 - 10 == -2
[4] 13 - 10 == 3
[5] 13 - 10 == 3
[6] 8 - 10 == -2
[7] 8 - 10 == -2
[8] 13 - 10 == 3
[9] 13 - 10 == 3
-- Failure (test-utf8_format.R:100:5): 'format' can handle long text in C locale --
sub("^\\s+", "", sub("\\s+$", "", centre)) not equal to `short`.
4/9 mismatches
x[4]: "?\\n\\u2026"
y[4]: "?\\n..."
x[5]: "\\u0001\\u2026"
y[5]: "\\u0001..."
x[8]: "\\u6027?\\u2026"
y[8]: "\\u6027?..."
x[9]: "\\u6027\\u2026"
y[9]: "\\u6027..."
-- Failure (test-utf8_format.R:101:5): 'format' can handle long text in C locale --
as.numeric(nchar(centre)) not equal to rep(10, length(raw)).
9/9 mismatches (average diff: 2.44)
[1] 8 - 10 == -2
[2] 8 - 10 == -2
[3] 8 - 10 == -2
[4] 13 - 10 == 3
[5] 13 - 10 == 3
[6] 8 - 10 == -2
[7] 8 - 10 == -2
[8] 13 - 10 == 3
[9] 13 - 10 == 3
-- Failure (test-utf8_format.R:104:5): 'format' can handle long text in C locale --
sub("^\\s+", "", right) not equal to `rshort`.
4/9 mismatches
x[4]: "\\u2026\\n\\u6027"
y[4]: "...\\n\\u6027"
x[5]: "\\u2026\\u6027"
y[5]: "...\\u6027"
x[8]: "\\u2026?\\n"
y[8]: "...?\\n"
x[9]: "\\u2026\\u0001"
y[9]: "...\\u0001"
-- Failure (test-utf8_format.R:105:5): 'format' can handle long text in C locale --
as.numeric(nchar(right)) not equal to rep(11, length(raw)).
9/9 mismatches (average diff: 2.44)
[1] 9 - 11 == -2
[2] 9 - 11 == -2
[3] 9 - 11 == -2
[4] 14 - 11 == 3
[5] 14 - 11 == 3
[6] 9 - 11 == -2
[7] 9 - 11 == -2
[8] 14 - 11 == 3
[9] 14 - 11 == 3
-- Failure (test-utf8_format.R:158:5): 'format' can handle marks ---------------
utf8_format(raw, chars = 6, justify = "left") not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- Failure (test-utf8_format.R:160:5): 'format' can handle marks ---------------
utf8_format(raw, chars = 6, justify = "centre") not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- Failure (test-utf8_format.R:162:5): 'format' can handle marks ---------------
utf8_format(raw, chars = 5, justify = "right") not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- Failure (test-utf8_format.R:196:5): 'format' can handle zero, or NULL chars --
as.character(utf8_format(raw, chars = 0, justify = "left")) not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- Failure (test-utf8_format.R:198:5): 'format' can handle zero, or NULL chars --
as.character(utf8_format(raw, chars = 0, justify = "centre")) not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- Failure (test-utf8_format.R:200:5): 'format' can handle zero, or NULL chars --
as.character(utf8_format(raw, chars = 0, justify = "right")) not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
[ FAIL 13 | WARN 0 | SKIP 6 | PASS 158 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 1.1.4
Check: running tests for arch ‘x64’
Result: ERROR
Running 'testthat.R' [2s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(utf8)
>
> test_check("utf8")
== Skipped tests ===============================================================
* On Windows (6)
== Failed tests ================================================================
-- Failure (test-utf8_format.R:92:5): 'format' can handle long text in C locale --
utf8_encode(utf8_format(raw, chars = 8, justify = "none")) not equal to format(short, justify = "none").
4/9 mismatches
x[4]: "?\\n\\u2026"
y[4]: "?\\n..."
x[5]: "\\u0001\\u2026"
y[5]: "\\u0001..."
x[8]: "\\u6027?\\u2026"
y[8]: "\\u6027?..."
x[9]: "\\u6027\\u2026"
y[9]: "\\u6027..."
-- Failure (test-utf8_format.R:96:5): 'format' can handle long text in C locale --
sub("\\s+$", "", left) not equal to `short`.
4/9 mismatches
x[4]: "?\\n\\u2026"
y[4]: "?\\n..."
x[5]: "\\u0001\\u2026"
y[5]: "\\u0001..."
x[8]: "\\u6027?\\u2026"
y[8]: "\\u6027?..."
x[9]: "\\u6027\\u2026"
y[9]: "\\u6027..."
-- Failure (test-utf8_format.R:97:5): 'format' can handle long text in C locale --
as.numeric(nchar(left)) not equal to rep(10, length(raw)).
9/9 mismatches (average diff: 2.44)
[1] 8 - 10 == -2
[2] 8 - 10 == -2
[3] 8 - 10 == -2
[4] 13 - 10 == 3
[5] 13 - 10 == 3
[6] 8 - 10 == -2
[7] 8 - 10 == -2
[8] 13 - 10 == 3
[9] 13 - 10 == 3
-- Failure (test-utf8_format.R:100:5): 'format' can handle long text in C locale --
sub("^\\s+", "", sub("\\s+$", "", centre)) not equal to `short`.
4/9 mismatches
x[4]: "?\\n\\u2026"
y[4]: "?\\n..."
x[5]: "\\u0001\\u2026"
y[5]: "\\u0001..."
x[8]: "\\u6027?\\u2026"
y[8]: "\\u6027?..."
x[9]: "\\u6027\\u2026"
y[9]: "\\u6027..."
-- Failure (test-utf8_format.R:101:5): 'format' can handle long text in C locale --
as.numeric(nchar(centre)) not equal to rep(10, length(raw)).
9/9 mismatches (average diff: 2.44)
[1] 8 - 10 == -2
[2] 8 - 10 == -2
[3] 8 - 10 == -2
[4] 13 - 10 == 3
[5] 13 - 10 == 3
[6] 8 - 10 == -2
[7] 8 - 10 == -2
[8] 13 - 10 == 3
[9] 13 - 10 == 3
-- Failure (test-utf8_format.R:104:5): 'format' can handle long text in C locale --
sub("^\\s+", "", right) not equal to `rshort`.
4/9 mismatches
x[4]: "\\u2026\\n\\u6027"
y[4]: "...\\n\\u6027"
x[5]: "\\u2026\\u6027"
y[5]: "...\\u6027"
x[8]: "\\u2026?\\n"
y[8]: "...?\\n"
x[9]: "\\u2026\\u0001"
y[9]: "...\\u0001"
-- Failure (test-utf8_format.R:105:5): 'format' can handle long text in C locale --
as.numeric(nchar(right)) not equal to rep(11, length(raw)).
9/9 mismatches (average diff: 2.44)
[1] 9 - 11 == -2
[2] 9 - 11 == -2
[3] 9 - 11 == -2
[4] 14 - 11 == 3
[5] 14 - 11 == 3
[6] 9 - 11 == -2
[7] 9 - 11 == -2
[8] 14 - 11 == 3
[9] 14 - 11 == 3
-- Failure (test-utf8_format.R:158:5): 'format' can handle marks ---------------
utf8_format(raw, chars = 6, justify = "left") not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- Failure (test-utf8_format.R:160:5): 'format' can handle marks ---------------
utf8_format(raw, chars = 6, justify = "centre") not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- Failure (test-utf8_format.R:162:5): 'format' can handle marks ---------------
utf8_format(raw, chars = 5, justify = "right") not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- Failure (test-utf8_format.R:196:5): 'format' can handle zero, or NULL chars --
as.character(utf8_format(raw, chars = 0, justify = "left")) not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- Failure (test-utf8_format.R:198:5): 'format' can handle zero, or NULL chars --
as.character(utf8_format(raw, chars = 0, justify = "centre")) not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
-- Failure (test-utf8_format.R:200:5): 'format' can handle zero, or NULL chars --
as.character(utf8_format(raw, chars = 0, justify = "right")) not equal to "...".
1/1 mismatches
x[1]: "<c2><85>"
y[1]: "..."
[ FAIL 13 | WARN 0 | SKIP 6 | PASS 158 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-ix86+x86_64