blob: 440607ed84b22bd88489b1b585a750e08902e35d (
plain) (
blame)
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
|
test <class 'VfsLfs1'>
mkfs OSError True
mount OSError True
ilistdir OSError [Errno 2] ENOENT
remove OSError [Errno 2] ENOENT
rmdir OSError [Errno 2] ENOENT
rename OSError [Errno 2] ENOENT
mkdir OSError [Errno 17] EEXIST
chdir OSError [Errno 2] ENOENT
/
chdir OSError [Errno 2] ENOENT
/
stat OSError [Errno 2] ENOENT
seek OSError [Errno 22] EINVAL
test <class 'VfsLfs2'>
mkfs OSError True
mount OSError True
ilistdir OSError [Errno 2] ENOENT
remove OSError [Errno 2] ENOENT
rmdir OSError [Errno 2] ENOENT
rename OSError [Errno 2] ENOENT
mkdir OSError [Errno 17] EEXIST
chdir OSError [Errno 2] ENOENT
/
chdir OSError [Errno 2] ENOENT
/
stat OSError [Errno 2] ENOENT
seek OSError [Errno 22] EINVAL
|