Home
last modified time | relevance | path

Searched refs:test2 (Results 1 – 25 of 99) sorted by last modified time

1234

/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m1529 file path=opt/util-tests/tests/files/grep/test2 mode=0444
/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/lib/libsqlite/
H A DMakefile.com134 $(SRCDIR)/test2.c \
140 TESTCLEAN = $(TESTOBJS) test.db test.tcl test1.bt test2.db testdb
/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 Dupdate.test53 set v [catch {execsql {UPDATE test1 SET f1=test2.f1*2 WHERE f2==32}} msg]
55 } {1 {no such column: test2.f1}}
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 Dtrigger1.test430 file delete -force test2.db
431 file delete -force test2.db-journal
432 sqlite db2 test2.db
436 ATTACH 'test2.db' AS aux;
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}
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 Dmisc1.test500 CREATE TABLE test2(a text primary key, b text, primary key(a,b));
502 } {1 {table "test2" has more than one primary key}}
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 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 Dformat3.test725 file delete -force test2.db
726 sqlite db2 test2.db
734 ATTACH DATABASE 'test2.db' AS test2;
H A Dindex.test174 execsql {CREATE TABLE test2(g1 real, g2 real)}
176 set v [catch {execsql {CREATE INDEX index1 ON test2(g1)}} msg]
181 } {index1 test1 test2}
183 set v [catch {execsql {CREATE INDEX test1 ON test2(g1)}} msg]
188 } {index1 test1 test2}
191 execsql {DROP TABLE test2}
H A Dcopy.test129 execsql {CREATE TABLE test2(a int, x text)}
133 execsql {COPY test2 FROM 'data21.txt'}
134 execsql {SELECT x from test2}
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 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 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 …]
/illumos-gate/usr/src/test/os-tests/tests/definit/
H A Dinit.data75 SPACED="test1 test2"
/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_implied8.c5 int test, test2; variable
16 if (({test2 = !(x == 3); frob(); frob(); frob(); 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()
/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/
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/grep_xpg4/files/
H A Dgout.t1.782 test2:a
3 test2:a
4 test2:a

1234