-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.5.0-DEV-13d1bd4689.log
121 lines (120 loc) · 4.12 KB
/
1.5.0-DEV-13d1bd4689.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Julia Version 1.5.0-DEV.0
Commit 13d1bd4689 (2019-12-31 18:18 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
Resolving package versions...
Installed CharSetEncodings ───── v1.0.0
Installed StrAPI ─────────────── v1.0.0
Installed MurmurHash3 ────────── v1.0.1
Installed ModuleInterfaceTools ─ v1.0.1
Installed StrBase ────────────── v1.0.0
Installed ChrBase ────────────── v1.0.0
Updating `~/.julia/environments/v1.5/Project.toml`
[e79e7a6a] + StrBase v1.0.0
Updating `~/.julia/environments/v1.5/Manifest.toml`
[cb9422de] + CharSetEncodings v1.0.0
[c13fa7b1] + ChrBase v1.0.0
[5cb8414e] + ModuleInterfaceTools v1.0.1
[b10b62ed] + MurmurHash3 v1.0.1
[69e7dfc3] + StrAPI v1.0.0
[e79e7a6a] + StrBase v1.0.0
[9a3f8284] + Random
[9e88b42a] + Serialization
[4ec0a83e] + Unicode
Testing StrBase
Updating `/tmp/jl_Kl3PA4/Project.toml`
[8dfed614] + Test
Updating `/tmp/jl_Kl3PA4/Manifest.toml`
[2a0f44e3] + Base64
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[56ddb016] + Logging
[d6f4376e] + Markdown
[6462fe0b] + Sockets
[8dfed614] + Test
Running sandbox
Status `/tmp/jl_Kl3PA4/Project.toml`
[cb9422de] CharSetEncodings v1.0.0
[c13fa7b1] ChrBase v1.0.0
[5cb8414e] ModuleInterfaceTools v1.0.1
[b10b62ed] MurmurHash3 v1.0.1
[69e7dfc3] StrAPI v1.0.0
[e79e7a6a] StrBase v1.0.0
[9a3f8284] Random
[8dfed614] Test
[4ec0a83e] Unicode
Test Summary: | Pass Total
constructors | 5632 5632
Test Summary: | Pass Total
empty strings | 7 7
Test Summary: | Pass Total
casefold string: ASCIIStr | 1536 1536
Test Summary: | Pass Total
casefold string: LatinStr | 3036 3036
Test Summary: | Pass Total
casefold string: UCS2Str | 761856 761856
Test Summary: | Pass Total
casefold string: UTF32Str | 13344768 13344768
Test Summary: | Pass Total
casefold string: UniStr | 13344768 13344768
Test Summary: | Pass Total
casefold string: UTF8Str | 13344768 13344768
Test Summary: | Pass Total
casefold string: UTF16Str | 13344768 13344768
Test Summary: | Pass Total
{starts,ends}_with | 22484 22484
Array{Int16,1}
Test Summary: | Pass Total
Basic String Tests: String, Char | 830869 830869
Array{Int16,1}
Test Summary: | Pass Total
Basic String Tests: UTF8Str, UTF32Chr | 830326 830326
Test Summary: | Pass Total
Binary String Tests: BinaryStr | 91 91
Test Summary: | Pass Total
Binary String Tests: Text1Str | 91 91
Test Summary: | Pass Total
Binary String Tests: String | 91 91
Test Summary: | Pass Total
issue #6027 - make symbol with invalid char | 5 5
Test Summary: | Pass Total
invalid code point | 2 2
Test Summary: | Pass Total
issue #24388 | 2 2
Test Summary: | Pass Total
Unicode Strings | 1 1
Test Summary: | Pass Total
CESU-8 sequences | 3145728 3145728
Test Summary: | Pass Total
Reverse of UTF8 | 11 11
Test Summary: | Pass Total
Issue 12268 | 24 24
Test Summary: | Pass Total
Invalid sequences | 2247 2247
Test Summary: | Pass Total
Valid sequences | 37 37
Test Summary: | Pass Total
Bounds Errors | 12 12
Test Summary: | Pass Total
UTF-16 tests | 7 7
Test Summary: | Pass Total
UTF-32 tests | 5 5
Test Summary: | Pass Total
Conversion errors | 33 33
Test Summary: | Pass Total
Pointer functions | 32 32
Test Summary: | Pass Total
Search functions | 3124 3124
Test Summary: | Pass Total
SubStrings | 32721262 32721262
Test Summary: | Pass Total
Utility functions | 792 792
Test Summary: | Pass Total
IO functions | 12534 12534
Testing StrBase tests passed