summaryrefslogtreecommitdiffstats
path: root/systemtest/testdata/parser/testcases
diff options
context:
space:
mode:
authorrasdaman <rasdaman@YU.(none)>2010-11-11 01:05:21 +0100
committerwww-data <www-data@ubuntu.localdomain>2010-11-25 17:08:18 +0100
commit78f48bc16aa557ae12c24d2c43f1d012eca6a1ce (patch)
tree1e8c81d1d6440e940c53b2d174b2ec7106686185 /systemtest/testdata/parser/testcases
parent5e895e1244eb5ba880df010ccd07caeda815e5b9 (diff)
JYu: deprecate the unused test from systemtest, setup a new test architecture with branchs of mandatory test, fixed test, and open test. The rasql query tests are in mandatory test folder. The PG memleak test is in fixed test folder. User can add extra test by following a similar structure.
Diffstat (limited to 'systemtest/testdata/parser/testcases')
-rw-r--r--systemtest/testdata/parser/testcases21
1 files changed, 0 insertions, 21 deletions
diff --git a/systemtest/testdata/parser/testcases b/systemtest/testdata/parser/testcases
deleted file mode 100644
index be7e51a..0000000
--- a/systemtest/testdata/parser/testcases
+++ /dev/null
@@ -1,21 +0,0 @@
-pp_long.ql@ select 2++1 from ImgCharA as i @ -- test unary and binary operators on long.
-pm_long.ql@ select 2+-1 from ImgCharA as i @ -- test unary and binary operators on long.
-mp_long.ql@ select 2-+1 from ImgCharA as i @ -- test unary and binary operators on long.
-mm_long.ql@ select 2++1 from ImgCharA as i @ -- test unary and binary operators on long. @ -- Caution: don't use -- as it introduces comments.
-nn_long.ql@ select 0 from ImgCharA as i @ -- test long zero.
-np_long.ql@ select +0 from ImgCharA as i @ -- test long zero.
-nm_long.ql@ select -0 from ImgCharA as i @ -- test long zero.
-on_long.ql@ select 1 from ImgCharA as i @ -- test long one.
-op_long.ql@ select +1 from ImgCharA as i @ -- test long one.
-om_long.ql@ select -1 from ImgCharA as i @ -- test long one.
-p1_long.ql@ select 2+1 from ImgCharA as i @ -- test basic arithmetic.
-p2_long.ql@ select -2+1 from ImgCharA as i @ -- test basic arithmetic.
-m1_long.ql@ select 2-1 from ImgCharA as i @ -- test basic arithmetic.
-m2_long.ql@ select -2-1 from ImgCharA as i @ -- test basic arithmetic.
-sqrt_1.ql@ select sqrt(2.0d) from ImgCharA as i @ -- test square root.
-sqrt_2.ql@ select sqrt(1.0d + 2.0d) from ImgCharA as i @ -- test square root.
-sqrt_3.ql@ select sqrt(sqrt(4.0d)) from ImgCharA as i @ -- test square root.
-sqrt_4.ql@ select sqrt(0.0d) from ImgCharA as i @ -- test square root.
-sqrt_5.ql@ select 1.0d + sqrt(2.0d) from ImgCharA as i @ -- test square root.
-sqrt_6.ql@ select sqrt(2.0d) - 1.0d from ImgCharA as i @ -- test square root.
-sqrt_nan.ql@ select sqrt(-10.0d) from ImgCharA as i @ -- negative argument leads to NaN. \ No newline at end of file