~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/unistd/misc.out

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-06-11 15:45:24 UTC
  • mfrom: (1.2.1) (2.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130611154524-rppb3w6tixlegv4n
Tags: 1.4.7~20130611~a1eb425-1
* New snapshot release
* Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
lockf(bad): -1, errno: 9
12
12
nice: 0, errno: 1
13
13
pause: -1, errno: 4
14
 
pipe(good): -1, errno: 38
15
 
pipe(bad): -1, errno: 38
 
14
pipe(good): -1, errno: 88
 
15
pipe(bad): -1, errno: 88
16
16
execl: -1, errno: 8
17
17
execle: -1, errno: 8
18
18
execlp: -1, errno: 8
29
29
ualarm: 0, errno: 0
30
30
fork: -1, errno: 11
31
31
vfork: -1, errno: 11
32
 
crypt: (null), errno: 38
33
 
encrypt, errno: 38
 
32
crypt: (null), errno: 88
 
33
encrypt, errno: 88
34
34
getgid: 0, errno: 0
35
35
getegid: 0, errno: 0
36
36
getuid: 0, errno: 0