aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.3/packages/api-utils/tests/interoperablejs-read-only/compliance/ORACLE
blob: b5c7646406c980c3a86dbac6ede843d5f75d6631 (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
53
54
ORACLE

absolute
PASS require works with absolute identifiers pass
DONE info

cyclic
PASS a exists pass
PASS b exists pass
PASS a gets b pass
PASS b gets a pass
DONE info

determinism
PASS require does not fall back to relative modules when absolutes are not available. pass
DONE info

exactExports
PASS exact exports pass
DONE info

hasOwnProperty
DONE info

method
PASS calling a module member pass
PASS members not implicitly bound pass
PASS get and set pass
DONE info

missing
PASS require throws error when module missing pass
DONE info

monkeys
PASS monkeys permitted pass
DONE info

nested
PASS nested module identifier pass
DONE info

reflexive
PASS reflexive import pass
DONE info

relative
PASS a and b share foo through a relative require pass
DONE info

transitive
PASS transitive pass
DONE info