Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t213 user.test2:456:project two:adm,uucp:staff:attr1=p;attr2=q
224 user.test2:456:project two:adm,uucp:staff:attr1=p;attr2=q
235 user.test2:456:project two:adm,uucp:staff:attr1=p;attr2=q
251 user.test2:456:project two:adm,uucp:staff:attr1=p;attr2=q
262 user.test2:456:project two:adm,uucp:staff:attr1=p;attr2=q
/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/lib/iconv_modules/utf-8/common/binarytables/test/
H A DMakefile69 test2: $(OUT2) target
/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
H A Dmain.mk116 $(TOP)/src/test2.c \
/illumos-gate/usr/src/lib/libsqlite/test/
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 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 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 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 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 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 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 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 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 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 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;
/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/test/os-tests/tests/definit/
H A Dinit.data75 SPACED="test1 test2"
/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

1234