Home
last modified time | relevance | path

Searched refs:test2 (Results 1 – 25 of 99) sorted by relevance

1234

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrigger4.test23 from test1 join test2 on test2.id = test1.id;
35 select * from test2;
48 select * from test2;
65 select * from test2;
78 select * from test2;
84 drop table test2;
87 } {1 {no such table: main.test2}}
94 } {1 {no such table: main.test2}}
107 create table test2(id,b);
114 select * from test2;
[all …]
H A Dattach2.test30 file delete -force test2.db
31 file delete -force test2.db-journal
32 sqlite db2 test2.db
38 ATTACH 'test2.db' AS t2;
53 # lock test2.db then try to attach it. Should get an error.
56 ATTACH 'test2.db' AS t2;
60 # make sure test2.db did not get attached.
67 ATTACH 'test2.db' AS t2;
79 # lock test2.db and try to read from it. should get an error.
104 # now try to write to test2.db. the write should fail
[all …]
H A Dinsert.test94 CREATE TABLE test2(
101 execsql {SELECT * from test2}
105 execsql {SELECT * FROM test2}
117 DROP TABLE test2;
118 CREATE TABLE test2(
126 execsql {SELECT * from test2}
130 execsql {SELECT * FROM test2}
143 DELETE FROM test2;
144 CREATE INDEX index9 ON test2(f1,f2);
145 CREATE INDEX indext ON test2(f4,f5);
[all …]
H A Dbtree2.test36 file delete -force test2.bt
38 set ::b [btree_open test2.bt]
283 set hash [md5file test2.bt]
301 md5file test2.bt
345 set hash [md5file test2.bt]
363 # exec cp test2.bt test2.bt.bu1
377 md5file test2.bt
379 # exec cp test2.bt test2.bt.bu2
396 set hash [md5file test2.bt]
441 file delete -force test2.bt
[all …]
H A Dselect1.test32 } {1 {no such table: test2}}
36 } {1 {no such table: test2}}
72 execsql {SELECT * FROM test1, test2}
81 execsql {SELECT test1.f1, test2.r1 FROM test1, test2}
84 execsql {SELECT test1.f1, test2.r1 FROM test2, test1}
87 execsql {SELECT * FROM test2, test1}
93 execsql {SELECT max(test1.f1,test2.r1), min(test1.f2,test2.r2)
94 FROM test2, test1}
97 execsql {SELECT min(test1.f1,test2.r1), max(test1.f2,test2.r2)
98 FROM test1, test2}
[all …]
H A Dattach.test36 sqlite db2 test2.db
46 ATTACH DATABASE 'test2.db' AS two;
231 ATTACH 'test2.db' AS db2;
291 ATTACH 'test2.db' AS db2;
300 sqlite db2 test2.db
312 ATTACH DATABASE 'test2.db' AS db2;
381 sqlite db2 test2.db
399 ATTACH DATABASE 'test2.db' AS db2;
483 file delete -force test2.db
484 sqlite db2 test2.db
[all …]
H A Dmisuse.test26 catch {file delete -force test2.db}
27 set ::DB [sqlite db test2.db]
67 set ::DB [sqlite db test2.db]
96 set ::DB [sqlite db test2.db]
125 set ::DB [sqlite db test2.db]
154 set ::DB [sqlite db test2.db]
H A Dview.test258 CREATE TABLE test2(id integer, b);
260 INSERT INTO test2 VALUES(1,3);
263 FROM test1 JOIN test2 ON test2.id=test1.id;
279 FROM test1 JOIN test2 USING(id);
295 FROM test1 NATURAL JOIN test2;
H A Dtable.test94 set v [catch {execsql {CREATE TABLE test2(two text)}} msg]
96 } {1 {table test2 already exists}}
108 execsql {DROP TABLE test2; SELECT name FROM sqlite_master WHERE type!='meta'}
114 execsql {CREATE TABLE test2(one text); CREATE INDEX test3 ON test2(one)}
126 } {test2 test3}
134 } {test2 test3}
136 execsql {DROP TABLE test2; DROP TABLE test3}
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_implied9.c7 int test2; in func() local
9 if (({int test2 = !!(y < 0 || y >= 10); frob(); frob(); frob(); test2;})) in func()
14 test2 = (y < 3 || y >= 5); in func()
15 if (test2) in func()
H A Dsm_implied10.c9 if (({int test2 = !!(!y || !*y); frob(); frob(); frob(); test2;})) in func()
14 if (({int test2 = !!(offset >= 10u || x[offset] == 1); frob(); frob(); frob(); test2;})) in func()
H A Dsm_implied8.c5 int test, test2; variable
16 if (({test2 = !(x == 3); frob(); frob(); frob(); test2;})) in func()
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/
H A Dgrep_test.ksh210 run_tests 0 t1 a test0 test1 test2 test3 test4 test5 test6 test7
211 run_tests 0 t1 -E a test0 test1 test2 test3 test4 test5 test6 test7
212 run_tests 0 t1 -F a test0 test1 test2 test3 test4 test5 test6 test7
214 run_tests 0 t1 a test0 test1 test2 test3 test4 test5 test6 test7
215 run_tests 0 t1 -E a test0 test1 test2 test3 test4 test5 test6 test7
216 run_tests 0 t1 -F a test0 test1 test2 test3 test4 test5 test6 test7
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Darrayref.awk3 test2(foo2); print foo2[1]
8 test2(foo)
10 function test2(bar) function
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dgsubasgn.awk8 function test2 () { gsub(/a/, "x", test2) } function
9 BEGIN { test2() } function
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A DMakefile45 test: test1 test2 test3 test4 test5 test6
56 test2: dcom pcom FRC target
63 test3: pcom acom test2 FRC
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dstatics.sh85 function test2 function
654 test2
/illumos-gate/usr/src/test/util-tests/tests/xargs/
H A Dxargs_test.ksh56 test2() { function
57 t=test2
280 test2
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/files/
H A Dgout.t1.4148 test2:0
149 test2:1
150 test2:2
151 test2:3
152 test2:4
153 test2:5
154 test2:6
155 test2:7
156 test2:8
157 test2:9
[all …]
H A Dgout.t1.5148 test2:1:0
149 test2:2:1
150 test2:3:2
151 test2:4:3
152 test2:5:4
153 test2:6:5
154 test2:8:6
155 test2:9:7
156 test2:10:8
157 test2:11:9
[all …]
H A Dgout.t1.133 test2:38
H A Dgout.t1.163 test2:3
H A Dgout.t1.23 test2:3
H A Dgout.t1.203 test2:38
H A Dgout.t1.233 test2:3

1234