-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.5.0-DEV-7206b56e94.log
133 lines (132 loc) · 5.05 KB
/
1.5.0-DEV-7206b56e94.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
122
123
124
125
126
127
128
129
130
131
132
133
Julia Version 1.5.0-DEV.485
Commit 7206b56e94 (2020-03-18 17:25 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed Cascadia ─────── v0.4.0
Installed Gumbo ────────── v0.7.0
Installed BinaryProvider ─ v0.5.8
Installed AbstractTrees ── v0.3.2
Updating `~/.julia/environments/v1.5/Project.toml`
54eefc05 + Cascadia v0.4.0
Updating `~/.julia/environments/v1.5/Manifest.toml`
1520ce14 + AbstractTrees v0.3.2
b99e7846 + BinaryProvider v0.5.8
54eefc05 + Cascadia v0.4.0
708ec375 + Gumbo v0.7.0
2a0f44e3 + Base64
8ba89e20 + Distributed
b77e0a4c + InteractiveUtils
8f399da3 + Libdl
56ddb016 + Logging
d6f4376e + Markdown
9a3f8284 + Random
ea8e919c + SHA
9e88b42a + Serialization
6462fe0b + Sockets
8dfed614 + Test
Building Gumbo → `~/.julia/packages/Gumbo/OhZJu/deps/build.log`
┌ Warning: using test/REQUIRE files is deprecated and current support is lacking in some areas
└ @ Pkg.Operations /workspace/srcdir/usr/share/julia/stdlib/v1.5/Pkg/src/Operations.jl:1433
Testing Cascadia
Status `/tmp/jl_t8CP2S/Project.toml`
1520ce14 AbstractTrees v0.3.2
54eefc05 Cascadia v0.4.0
708ec375 Gumbo v0.7.0
682c06a0 JSON v0.21.0
8dfed614 Test
Status `/tmp/jl_t8CP2S/Manifest.toml`
1520ce14 AbstractTrees v0.3.2
b99e7846 BinaryProvider v0.5.8
54eefc05 Cascadia v0.4.0
708ec375 Gumbo v0.7.0
682c06a0 JSON v0.21.0
69de0a69 Parsers v0.3.12
2a0f44e3 Base64
ade2ca70 Dates
8ba89e20 Distributed
b77e0a4c InteractiveUtils
8f399da3 Libdl
56ddb016 Logging
d6f4376e Markdown
a63ad114 Mmap
de0858da Printf
9a3f8284 Random
ea8e919c SHA
9e88b42a Serialization
6462fe0b Sockets
8dfed614 Test
4ec0a83e Unicode
Test Success for address
Test Success for *
Test Success for #foo
Test Success for li#t1
Test Success for *#t4
Test Success for .t1
Test Success for p.t1
Test Success for div.teST
Test Success for .t1.fail
Test Success for p.t1.t2
Test Success for p[title]
Test Success for address[title="foo"]
Test Success for [ title ~= foo ]
Test Success for [title~="hello world"]
Test Success for [lang|="en"]
Test Success for [title^="foo"]
Test Success for [title$="bar"]
Test Success for [title*="bar"]
Test Success for .t1:not(.t2)
Test Success for div:not(.t1)
WARNING: both AbstractTrees and Gumbo export "children"; uses of it in module Cascadia must be qualified
Test Failure (known) for li:nth-child(odd) Expected 2, got 0
Test Failure (known) for li:nth-child(even) Expected 1, got 0
Test Failure (known) for li:nth-child(-n+2) Expected 2, got 0
Test Failure (known) for li:nth-child(3n+1) Expected 1, got 0
Test Failure (known) for li:nth-last-child(odd) Expected 2, got 0
Test Failure (known) for li:nth-last-child(even) Expected 2, got 0
Test Failure (known) for li:nth-last-child(-n+2) Expected 2, got 0
Test Failure (known) for li:nth-last-child(3n+1) Expected 2, got 0
Test Failure (known) for span:first-child Expected 1, got 0
Test Failure (known) for span:last-child Expected 1, got 0
Test Failure (known) for p:nth-of-type(2) Expected 1, got 0
Test Failure (known) for p:nth-last-of-type(2) Expected 1, got 0
Test Failure (known) for p:last-of-type Expected 1, got 0
Test Failure (known) for p:first-of-type Expected 1, got 0
Test Failure (known) for p:only-child Expected 1, got 0
Test Failure (known) for p:only-of-type Expected 1, got 0
Test Success for :empty
Test Success for div p
Test Success for div table p
Test Success for div > p
Test Success for p ~ p
Test Success for p + p
Test Success for li, p
Test Success for p +/*This is a comment*/ p
Test Success for p:contains("that wraps")
Test Success for p:containsOwn("that wraps")
Test Success for :containsOwn("inner")
Test Success for p:containsOwn("block")
Test Success for div:has(#p1)
Test Success for div:has(:containsOwn("2"))
Test Failure (known) for body :has(:containsOwn("2")) Expected 2, got 1
Test Success for body :haschild(:containsOwn("2"))
Test Success for p:matches([\d])
Test Success for p:matches([a-z])
Test Success for p:matches([a-zA-Z])
Test Success for p:matches([^\d])
Test Success for p:matches(^(0|a))
Test Success for p:matches(^\d+$)
Test Success for p:not(:matches(^\d+$))
Test Success for div :matchesOwn(^\d+$)
Test Failure (known) for [href#=(fina)]:not([href#=(\/\/[^\/]+untrusted)]) Expected 2, got 0
Test Failure (known) for [href#=(^https:\/\/[^\/]*\/?news)] Expected 1, got 0
Test Success for :input
Total test failures: 19 / 63
Testing Cascadia tests passed