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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
|
running 96 tests
test permSerialization_permW0N0E0
... [32mok[0m
test permFromStringThrows_permW0N0E0
... [32mok[0m
test compilerInstance_permW0N0E0
... [32mok[0m
test compilerRun_permW0N0E0
Compiling /root/project/foo/bar.ts
... [32mok[0m
test compilerRunMultiModule_permW0N0E0
... [32mok[0m
test compilerRunCircularDependency_permW0N0E0
Compiling modA
Compiling modB
... [32mok[0m
test compilerResolveModule_permW0N0E0
... [32mok[0m
test compilerGetModuleDependencies_permW0N0E0
... [32mok[0m
test compilerGetCompilationSettings_permW0N0E0
... [32mok[0m
test compilerGetNewLine_permW0N0E0
... [32mok[0m
test compilerGetScriptFileNames_permW0N0E0
Compiling /root/project/foo/bar.ts
... [32mok[0m
test compilerRecompileFlag_permW0N0E0
Compiling /root/project/foo/bar.ts
Compiling /root/project/foo/bar.ts
... [32mok[0m
test compilerGetScriptKind_permW0N0E0
... [32mok[0m
test compilerGetScriptVersion_permW0N0E0
Compiling /root/project/foo/bar.ts
... [32mok[0m
test compilerGetScriptVersionUnknown_permW0N0E0
... [32mok[0m
test compilerGetScriptSnapshot_permW0N0E0
... [32mok[0m
test compilerGetCurrentDirectory_permW0N0E0
... [32mok[0m
test compilerGetDefaultLibFileName_permW0N0E0
... [32mok[0m
test compilerUseCaseSensitiveFileNames_permW0N0E0
... [32mok[0m
test compilerReadFile_permW0N0E0
... [32mok[0m
test compilerFileExists_permW0N0E0
... [32mok[0m
test compilerResolveModuleNames_permW0N0E0
... [32mok[0m
test consoleTestAssert_permW0N0E0
... [32mok[0m
test consoleTestStringifyComplexObjects_permW0N0E0
... [32mok[0m
test consoleTestStringifyCircular_permW0N0E0
... [32mok[0m
test consoleTestStringifyWithDepth_permW0N0E0
... [32mok[0m
test consoleTestError_permW0N0E0
... [32mok[0m
test consoleDetachedLog_permW0N0E0
Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
... [32mok[0m
test fetchPerm_permW0N0E0
... [32mok[0m
test headersAppend_permW0N0E0
... [32mok[0m
test newHeaderTest_permW0N0E0
... [32mok[0m
test newHeaderWithSequence_permW0N0E0
... [32mok[0m
test newHeaderWithRecord_permW0N0E0
... [32mok[0m
test newHeaderWithHeadersInstance_permW0N0E0
... [32mok[0m
test headerAppendSuccess_permW0N0E0
... [32mok[0m
test headerSetSuccess_permW0N0E0
... [32mok[0m
test headerHasSuccess_permW0N0E0
... [32mok[0m
test headerDeleteSuccess_permW0N0E0
... [32mok[0m
test headerGetSuccess_permW0N0E0
... [32mok[0m
test headerForEachSuccess_permW0N0E0
... [32mok[0m
test envFailure_permW0N0E0
... [32mok[0m
test filesStdioFileDescriptors_permW0N0E0
... [32mok[0m
test filesCopyToStdout_permW0N0E0
{
"name": "deno",
"devDependencies": {
"@types/base64-js": "^1.2.5",
"@types/flatbuffers": "^1.9.0",
"@types/source-map-support": "^0.4.1",
"@types/text-encoding": "0.0.33",
"base64-js": "^1.3.0",
"flatbuffers": "^1.9.0",
"magic-string": "^0.22.5",
"prettier": "^1.14.0",
"rollup": "^0.63.2",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-analyzer": "^2.1.0",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-globals": "^1.2.1",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-string": "^2.0.2",
"rollup-plugin-typescript2": "^0.16.1",
"rollup-pluginutils": "^2.3.0",
"source-map-support": "^0.5.6",
"text-encoding": "0.6.4",
"tslint": "^5.10.0",
"tslint-eslint-rules": "^5.3.1",
"tslint-no-circular-imports": "^0.5.0",
"typescript": "3.0.3"
}
}
bytes written 860
... [32mok[0m
test readFileSyncSuccess_permW0N0E0
... [32mok[0m
test readFileSyncNotFound_permW0N0E0
... [32mok[0m
test readFileSuccess_permW0N0E0
... [32mok[0m
test readDirSyncNotDir_permW0N0E0
... [32mok[0m
test readDirSyncNotFound_permW0N0E0
... [32mok[0m
test writeFileSyncPerm_permW0N0E0
... [32mok[0m
test writeFilePerm_permW0N0E0
... [32mok[0m
test copyFileSyncPerm_permW0N0E0
... [32mok[0m
test copyFilePerm_permW0N0E0
... [32mok[0m
test mkdirSyncPerm_permW0N0E0
... [32mok[0m
test makeTempDirSyncPerm_permW0N0E0
... [32mok[0m
test statSyncSuccess_permW0N0E0
... [32mok[0m
test statSyncNotFound_permW0N0E0
... [32mok[0m
test lstatSyncSuccess_permW0N0E0
... [32mok[0m
test lstatSyncNotFound_permW0N0E0
... [32mok[0m
test statSuccess_permW0N0E0
... [32mok[0m
test statNotFound_permW0N0E0
... [32mok[0m
test lstatSuccess_permW0N0E0
... [32mok[0m
test lstatNotFound_permW0N0E0
... [32mok[0m
test renameSyncPerm_permW0N0E0
... [32mok[0m
test readlinkSyncNotFound_permW0N0E0
... [32mok[0m
test blobString_permW0N0E0
... [32mok[0m
test blobBuffer_permW0N0E0
... [32mok[0m
test blobSlice_permW0N0E0
... [32mok[0m
test timeoutSuccess_permW0N0E0
... [32mok[0m
test timeoutArgs_permW0N0E0
... [32mok[0m
test timeoutCancelSuccess_permW0N0E0
... [32mok[0m
test timeoutCancelMultiple_permW0N0E0
... [32mok[0m
test timeoutCancelInvalidSilentFail_permW0N0E0
... [32mok[0m
test intervalSuccess_permW0N0E0
... [32mok[0m
test intervalCancelSuccess_permW0N0E0
... [32mok[0m
test intervalOrdering_permW0N0E0
... [32mok[0m
test intervalCancelInvalidSilentFail_permW0N0E0
... [32mok[0m
test symlinkSyncPerm_permW0N0E0
... [32mok[0m
test platformTransform_permW0N0E0
... [32mok[0m
test atobSuccess_permW0N0E0
... [32mok[0m
test btoaSuccess_permW0N0E0
... [32mok[0m
test btoaFailed_permW0N0E0
... [32mok[0m
test truncateSyncPerm_permW0N0E0
... [32mok[0m
test truncatePerm_permW0N0E0
... [32mok[0m
test evalErrorFormatted_permW0N0E0
... [32mok[0m
test createExecTimeColumnsRegularData_permW0N0E0
... [32mok[0m
test createExecTimeColumnsIrregularData_permW0N0E0
... [32mok[0m
test createBinarySizeColumnsRegularData_permW0N0E0
... [32mok[0m
test createBinarySizeColumnsIrregularData_permW0N0E0
... [32mok[0m
test createThreadCountColumnsRegularData_permW0N0E0
... [32mok[0m
test createThreadCountColumnsIrregularData_permW0N0E0
... [32mok[0m
test createSyscallCountColumnsRegularData_permW0N0E0
... [32mok[0m
test createSyscallCountColumnsIrregularData_permW0N0E0
... [32mok[0m
test createSha1ListRegularData_permW0N0E0
... [32mok[0m
test formatBytesPatterns_permW0N0E0
... [32mok[0m
test formatSecondsPatterns_permW0N0E0
... [32mok[0m
test getTravisDataSuccess_permW0N0E0
... [32mok[0m
test result: [32mok[0m. 96 passed; 0 failed; 0 ignored; 0 measured; 36 filtered out
|