📄 inet02.stable.out
字号:
stdout of test 'inet02` in directory 'src/modules/atoms` itself:# 21:55:16 > # 21:55:16 > Mtimeout -timeout 60 Mserver "--config=/ufs/fabian/scratch/monet5/program/etc/MonetDB5.conf" --debug=10 --set "monet_mod_path=/ufs/fabian/scratch/monet5/program/lib/MonetDB5" --set "gdk_dbfarm=/ufs/fabian/scratch/monet5/program/var/MonetDB5/dbfarm" --set "sql_logdir=/ufs/fabian/scratch/monet5/program/var/MonetDB5/log" --set mapi_port=42545 --set sql_port=52474 --set monet_prompt= --trace --dbname=mTests_src_modules_atoms inet02.mal </dev/null# 21:55:16 > # Monet Database Server V4.99.19# Copyright (c) 1993-2005, CWI. All rights reserved.# Compiled for i686-redhat-linux-gnu/32bit; dynamically linked.# config:/ufs/fabian/scratch/monet5/program/etc/MonetDB5.conf# dbfarm:/ufs/fabian/scratch/monet5/program/var/MonetDB5/dbfarm# dbname:mTests_src_modules_atoms# Visit http://monetdb.cwi.nl/ for further information.## these tests are from the PostgreSQL documentation examples#include inet;##i1 := inet.new("192.168.1.5");#io.print(i1);##i2 := inet.new("192.168.1.6");#io.print(i2);##i3 := inet.new("192.168.1/24");#io.print(i3);##i4 := inet.new("192.168.1.4");#io.print(i4);##e := inet.<(i1, i2);#io.print(e);#e := inet.<=(i1, i1);#io.print(e);#e := inet.=(i1, i1);#io.print(e);#e := inet.>=(i1, i1);#io.print(e);#e := inet.>(i1, i4);#io.print(e);#e := inet.!=(i1, i4);#io.print(e);#e := inet.<<(i1, i3);#io.print(e);#e := inet.<<=(i3, i3);#io.print(e);#e := inet.>>(i3, i1);#io.print(e);#e := inet.>>=(i3, i3);#io.print(e);#function user.main():void; # 0 (main:void)# these tests are from the PostgreSQL documentation examples # 1 (_1:str) i1 := inet.new("192.168.1.5"); # 2 INETnew (i1:inet)<-(_3:str) io.print(i1); # 3 IOprint_val (_4:void)<-(i1:inet) i2 := inet.new("192.168.1.6"); # 4 INETnew (i2:inet)<-(_6:str) io.print(i2); # 5 IOprint_val (_7:void)<-(i2:inet) i3 := inet.new("192.168.1/24"); # 6 INETnew (i3:inet)<-(_9:str) io.print(i3); # 7 IOprint_val (_10:void)<-(i3:inet) i4 := inet.new("192.168.1.4"); # 8 INETnew (i4:inet)<-(_12:str) io.print(i4); # 9 IOprint_val (_13:void)<-(i4:inet) e := inet.<(i1,i2); # 10 INET_comp_LT (e:bit)<-(i1:inet)(i2:inet) io.print(e); # 11 IOprint_val (_15:void)<-(e:bit) e := inet.<=(i1,i1); # 12 INET_comp_LE (e:bit)<-(i1:inet)(i1:inet) io.print(e); # 13 IOprint_val (_16:void)<-(e:bit) e := inet.=(i1,i1); # 14 INET_comp_EQ (e:bit)<-(i1:inet)(i1:inet) io.print(e); # 15 IOprint_val (_17:void)<-(e:bit) e := inet.>=(i1,i1); # 16 INET_comp_GE (e:bit)<-(i1:inet)(i1:inet) io.print(e); # 17 IOprint_val (_18:void)<-(e:bit) e := inet.>(i1,i4); # 18 INET_comp_GT (e:bit)<-(i1:inet)(i4:inet) io.print(e); # 19 IOprint_val (_19:void)<-(e:bit) e := inet.!=(i1,i4); # 20 INET_comp_NEQ (e:bit)<-(i1:inet)(i4:inet) io.print(e); # 21 IOprint_val (_20:void)<-(e:bit) e := inet.<<(i1,i3); # 22 INET_comp_CW (e:bit)<-(i1:inet)(i3:inet) io.print(e); # 23 IOprint_val (_21:void)<-(e:bit) e := inet.<<=(i3,i3); # 24 INET_comp_CWE (e:bit)<-(i3:inet)(i3:inet) io.print(e); # 25 IOprint_val (_22:void)<-(e:bit) e := inet.>>(i3,i1); # 26 INET_comp_CS (e:bit)<-(i3:inet)(i1:inet) io.print(e); # 27 IOprint_val (_23:void)<-(e:bit) e := inet.>>=(i3,i3); # 28 INET_comp_CSE (e:bit)<-(i3:inet)(i3:inet) io.print(e); # 29 IOprint_val (_24:void)<-(e:bit)end main; # 30 [ 192.168.1.5 ][ 192.168.1.6 ][ 192.168.1.0/24 ][ 192.168.1.4 ][ true ][ true ][ true ][ true ][ true ][ true ][ true ][ true ][ true ][ true ]# 21:55:16 > # 21:55:16 > Done.# 21:55:16 >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -