~ubuntu-branches/ubuntu/saucy/emscripten/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/filesystem/output.txt

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
  isRoot: false
 
3
  exists: true
 
4
  error: 0
 
5
  path: /abc
 
6
  name: abc
 
7
  object.contents: ["123","456","deviceA","localLink","rootLink","relativeLink"]
 
8
  parentExists: true
 
9
  parentPath: /
 
10
  parentObject.contents: ["forbidden","abc","def"]
 
11
 
 
12
/
 
13
  isRoot: true
 
14
  exists: true
 
15
  error: 0
 
16
  path: /
 
17
  name: /
 
18
  object.contents: ["forbidden","abc","def"]
 
19
  parentExists: true
 
20
  parentPath: /
 
21
  parentObject.contents: ["forbidden","abc","def"]
 
22
 
 
23
.
 
24
  isRoot: false
 
25
  exists: true
 
26
  error: 0
 
27
  path: /abc
 
28
  name: abc
 
29
  object.contents: ["123","456","deviceA","localLink","rootLink","relativeLink"]
 
30
  parentExists: true
 
31
  parentPath: /
 
32
  parentObject.contents: ["forbidden","abc","def"]
 
33
 
 
34
..
 
35
  isRoot: true
 
36
  exists: true
 
37
  error: 0
 
38
  path: /
 
39
  name: /
 
40
  object.contents: ["forbidden","abc","def"]
 
41
  parentExists: true
 
42
  parentPath: /
 
43
  parentObject.contents: ["forbidden","abc","def"]
 
44
 
 
45
../..
 
46
  isRoot: true
 
47
  exists: true
 
48
  error: 0
 
49
  path: /
 
50
  name: /
 
51
  object.contents: ["forbidden","abc","def"]
 
52
  parentExists: true
 
53
  parentPath: /
 
54
  parentObject.contents: ["forbidden","abc","def"]
 
55
 
 
56
/abc
 
57
  isRoot: false
 
58
  exists: true
 
59
  error: 0
 
60
  path: /abc
 
61
  name: abc
 
62
  object.contents: ["123","456","deviceA","localLink","rootLink","relativeLink"]
 
63
  parentExists: true
 
64
  parentPath: /
 
65
  parentObject.contents: ["forbidden","abc","def"]
 
66
 
 
67
/abc/123
 
68
  isRoot: false
 
69
  exists: true
 
70
  error: 0
 
71
  path: /abc/123
 
72
  name: 123
 
73
  object.contents: []
 
74
  parentExists: true
 
75
  parentPath: /abc
 
76
  parentObject.contents: ["123","456","deviceA","localLink","rootLink","relativeLink"]
 
77
 
 
78
/abc/noexist
 
79
  isRoot: false
 
80
  exists: false
 
81
  error: 2
 
82
  path: null
 
83
  name: noexist
 
84
  object.contents: null
 
85
  parentExists: true
 
86
  parentPath: /abc
 
87
  parentObject.contents: ["123","456","deviceA","localLink","rootLink","relativeLink"]
 
88
 
 
89
/abc/deviceA
 
90
  isRoot: false
 
91
  exists: true
 
92
  error: 0
 
93
  path: /abc/deviceA
 
94
  name: deviceA
 
95
  object.contents: []
 
96
  parentExists: true
 
97
  parentPath: /abc
 
98
  parentObject.contents: ["123","456","deviceA","localLink","rootLink","relativeLink"]
 
99
 
 
100
/abc/localLink
 
101
  isRoot: false
 
102
  exists: true
 
103
  error: 0
 
104
  path: /abc/123
 
105
  name: 123
 
106
  object.contents: []
 
107
  parentExists: true
 
108
  parentPath: /abc
 
109
  parentObject.contents: ["123","456","deviceA","localLink","rootLink","relativeLink"]
 
110
 
 
111
/abc/rootLink
 
112
  isRoot: true
 
113
  exists: true
 
114
  error: 0
 
115
  path: /
 
116
  name: /
 
117
  object.contents: ["forbidden","abc","def"]
 
118
  parentExists: true
 
119
  parentPath: /
 
120
  parentObject.contents: ["forbidden","abc","def"]
 
121
 
 
122
/abc/relativeLink
 
123
  isRoot: false
 
124
  exists: true
 
125
  error: 0
 
126
  path: /def
 
127
  name: def
 
128
  object.contents: ["789","deviceB"]
 
129
  parentExists: true
 
130
  parentPath: /
 
131
  parentObject.contents: ["forbidden","abc","def"]
 
132
 
 
133
/abc/relativeLink/deviceB
 
134
  isRoot: false
 
135
  exists: true
 
136
  error: 0
 
137
  path: /def/deviceB
 
138
  name: deviceB
 
139
  object.contents: []
 
140
  parentExists: true
 
141
  parentPath: /def
 
142
  parentObject.contents: ["789","deviceB"]
 
143
 
 
144
/abc/rootLink/noexist
 
145
  isRoot: false
 
146
  exists: false
 
147
  error: 2
 
148
  path: null
 
149
  name: noexist
 
150
  object.contents: null
 
151
  parentExists: true
 
152
  parentPath: /
 
153
  parentObject.contents: ["forbidden","abc","def"]
 
154
 
 
155
/abc/rootLink/abc/noexist
 
156
  isRoot: false
 
157
  exists: false
 
158
  error: 2
 
159
  path: null
 
160
  name: noexist
 
161
  object.contents: null
 
162
  parentExists: true
 
163
  parentPath: /abc
 
164
  parentObject.contents: ["123","456","deviceA","localLink","rootLink","relativeLink"]
 
165
 
 
166
/forbidden
 
167
  isRoot: false
 
168
  exists: true
 
169
  error: 0
 
170
  path: /forbidden
 
171
  name: forbidden
 
172
  object.contents: ["test"]
 
173
  parentExists: true
 
174
  parentPath: /
 
175
  parentObject.contents: ["forbidden","abc","def"]
 
176
 
 
177
/forbidden/test
 
178
  isRoot: false
 
179
  exists: false
 
180
  error: 13
 
181
  path: null
 
182
  name: test
 
183
  object.contents: null
 
184
  parentExists: true
 
185
  parentPath: /forbidden
 
186
  parentObject.contents: ["test"]
 
187
 
 
188
/forbidden/noexist
 
189
  isRoot: false
 
190
  exists: false
 
191
  error: 13
 
192
  path: null
 
193
  name: noexist
 
194
  object.contents: null
 
195
  parentExists: true
 
196
  parentPath: /forbidden
 
197
  parentObject.contents: ["test"]
 
198
 
 
199
/noexist1/noexist2
 
200
  isRoot: false
 
201
  exists: false
 
202
  error: 2
 
203
  path: null
 
204
  name: null
 
205
  object.contents: null
 
206
  parentExists: false
 
207
  parentPath: null
 
208
  parentObject.contents: null