blob: ea5157cf258ff7e99bbc296feb8f5d7c8e622599 (
plain)
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
|
[WILDCARD]
running 7 tests from [WILDCARD]
read ... FAILED [WILDCARD]
write ... FAILED [WILDCARD]
net ... FAILED [WILDCARD]
env ... FAILED [WILDCARD]
run ... FAILED [WILDCARD]
ffi ... FAILED [WILDCARD]
hrtime ... FAILED [WILDCARD]
failures:
./test/allow_none.ts > read
PermissionDenied: Can't escalate parent thread permissions
[WILDCARD]
./test/allow_none.ts > write
PermissionDenied: Can't escalate parent thread permissions
[WILDCARD]
./test/allow_none.ts > net
PermissionDenied: Can't escalate parent thread permissions
[WILDCARD]
./test/allow_none.ts > env
PermissionDenied: Can't escalate parent thread permissions
[WILDCARD]
./test/allow_none.ts > run
PermissionDenied: Can't escalate parent thread permissions
[WILDCARD]
./test/allow_none.ts > ffi
PermissionDenied: Can't escalate parent thread permissions
[WILDCARD]
./test/allow_none.ts > hrtime
PermissionDenied: Can't escalate parent thread permissions
[WILDCARD]
failures:
./test/allow_none.ts
read
write
net
env
run
ffi
hrtime
test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD]
|