Home
last modified time | relevance | path

Searched refs:test_eval (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/devel/p5-Devel-Declare/Devel-Declare-0.006022/t/
H A Dquote.t8 sub test_eval;
11 test_eval 'qq/method/';
12 test_eval 'q/method/';
13 test_eval "'method'";
14 test_eval '"method"';
15 test_eval 'qw/method/';
16 test_eval '<<method;
29 test_eval 'qr/method/';
30 test_eval '/method/';
37 test_eval '<method>';
[all …]
/dports/math/gap/gap-4.11.0/tst/testlibgap/
H A Dbasic.c9 test_eval("1+2+3;"); in main()
10 test_eval("g:=FreeGroup(2);"); in main()
11 test_eval("a:=g.1;"); in main()
12 test_eval("b:=g.2;"); in main()
13 test_eval("lis:=[a^2, a^2, b*a];"); in main()
14 test_eval("h:=g/lis;"); in main()
15 test_eval("c:=h.1;"); in main()
16 test_eval("Set([1..1000000], i->Order(c));"); in main()
H A Dwscreate.c9 test_eval("g:=FreeGroup(2);"); in main()
10 test_eval("a:=g.1;"); in main()
11 test_eval("b:=g.2;"); in main()
12 test_eval("lis:=[a^2, a^2, b*a];"); in main()
13 test_eval("h:=g/lis;"); in main()
15 test_eval("SaveWorkspace(\"/tmp/libgap.ws\");\n"); in main()
H A Dwsload.c17 test_eval("g;"); in main()
18 test_eval("a;"); in main()
19 test_eval("b;"); in main()
20 test_eval("[a^2, a^2, b*a];"); in main()
21 test_eval("Order(h);"); in main()
/dports/devel/p5-Module-Runtime/Module-Runtime-0.016/t/
H A Dimport_error.t6 eval q{#line 11 "test_eval"
9 $@ =~ s/\(eval [0-9]+\) line 2/test_eval line 11/ if "$]" < 5.006001;
12 Can't\ continue\ after\ import\ errors\ at\ test_eval\ line\ 11.\n
15 eval q{#line 22 "test_eval"
18 $@ =~ s/\(eval [0-9]+\) line 2/test_eval line 22/ if "$]" < 5.006001;
22 Can't\ continue\ after\ import\ errors\ at\ test_eval\ line\ 22.\n
25 eval q{#line 33 "test_eval"
28 $@ =~ s/\(eval [0-9]+\) line 2/test_eval line 33/ if "$]" < 5.006001;
32 Can't\ continue\ after\ import\ errors\ at\ test_eval\ line\ 33.\n
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dtest-vmstack.c23 void test_eval(const char *msg, const char *sexp) in test_eval() function
58 test_eval("simple expression", "(+ 1 2 3)"); in main()
59 test_eval("with-error-handler (1)", in main()
61 test_eval("with-error-handler (2)", in main()
63 test_eval("with-error-handler (3)", in main()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Deval.test13 # This file experiments with recursion using the "test_eval()" SQL function
41 SELECT x, test_eval('SELECT max(x) FROM t1 WHERE x<' || x) FROM t1 LIMIT 5
53 SELECT x, test_eval('DELETE FROM t2 WHERE x='||x), y FROM t2;
64 SELECT x, test_eval('DELETE FROM t2 WHERE x='||x), y FROM t2
79 SELECT x, test_eval('UPDATE t2 SET y=y+100 WHERE x='||x), y FROM t2;
84 execsql { SELECT test_eval('SELECT "abcdefghij"') }
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Deval.test13 # This file experiments with recursion using the "test_eval()" SQL function
41 SELECT x, test_eval('SELECT max(x) FROM t1 WHERE x<' || x) FROM t1 LIMIT 5
53 SELECT x, test_eval('DELETE FROM t2 WHERE x='||x), y FROM t2;
64 SELECT x, test_eval('DELETE FROM t2 WHERE x='||x), y FROM t2
79 SELECT x, test_eval('UPDATE t2 SET y=y+100 WHERE x='||x), y FROM t2;
84 execsql { SELECT test_eval('SELECT "abcdefghij"') }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Deval.test13 # This file experiments with recursion using the "test_eval()" SQL function
41 SELECT x, test_eval('SELECT max(x) FROM t1 WHERE x<' || x) FROM t1 LIMIT 5
53 SELECT x, test_eval('DELETE FROM t2 WHERE x='||x), y FROM t2;
64 SELECT x, test_eval('DELETE FROM t2 WHERE x='||x), y FROM t2
79 SELECT x, test_eval('UPDATE t2 SET y=y+100 WHERE x='||x), y FROM t2;
84 execsql { SELECT test_eval('SELECT "abcdefghij"') }
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/compiler/
H A Dcapnp-test.sh103 test_eval() { function
107 test_eval TestDefaults.uInt32Field 3456789012
108 test_eval TestDefaults.structField.textField '"baz"'
109 test_eval TestDefaults.int8List "[111, -111]"
110 test_eval 'TestDefaults.structList[1].textField' '"structlist 2"'
111 test_eval globalPrintableStruct '(someText = "foo")'
112 test_eval TestConstants.enumConst corge
113 test_eval 'TestListDefaults.lists.int32ListList[2][0]' 12341234
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Deval.test13 # This file experiments with recursion using the "test_eval()" SQL function
41 SELECT x, test_eval('SELECT max(x) FROM t1 WHERE x<' || x) FROM t1 LIMIT 5
53 SELECT x, test_eval('DELETE FROM t2 WHERE x='||x), y FROM t2;
67 SELECT x, test_eval('UPDATE t2 SET y=y+100 WHERE x='||x), y FROM t2;
72 execsql { SELECT test_eval('SELECT "abcdefghij"') }
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/compiler/
H A Dcapnp-test.sh108 test_eval() { function
112 test_eval TestDefaults.uInt32Field 3456789012
113 test_eval TestDefaults.structField.textField '"baz"'
114 test_eval TestDefaults.int8List "[111, -111]"
115 test_eval 'TestDefaults.structList[1].textField' '"structlist 2"'
116 test_eval globalPrintableStruct '(someText = "foo")'
117 test_eval TestConstants.enumConst corge
118 test_eval 'TestListDefaults.lists.int32ListList[2][0]' 12341234
/dports/devel/jsonnet/jsonnet-0.17.0/test_suite/
H A Drun_fmt_idempotence_tests.sh49 test_eval "$JSONNETFMT_CMD" "$FMT_FILE" "$EXPECTED_EXIT_CODE" "$GOLDEN_OUTPUT" "$GOLDEN_KIND"
52 test_eval "$JSONNETFMT_CMD --test" "$FMT_FILE" "$EXPECTED_EXIT_CODE" "" "$GOLDEN_KIND"
/dports/devel/py-jsonnet/jsonnet-0.17.0/test_suite/
H A Drun_fmt_idempotence_tests.sh49 test_eval "$JSONNETFMT_CMD" "$FMT_FILE" "$EXPECTED_EXIT_CODE" "$GOLDEN_OUTPUT" "$GOLDEN_KIND"
52 test_eval "$JSONNETFMT_CMD --test" "$FMT_FILE" "$EXPECTED_EXIT_CODE" "" "$GOLDEN_KIND"
/dports/devel/jsonnet/jsonnet-0.17.0/examples/
H A Dcheck.sh42 test_eval "$JSONNET_CMD" "$JSONNET_FILE" "$EXPECTED_EXIT_CODE" "$GOLDEN_OUTPUT" "$GOLDEN_KIND"
52 test_eval "$JSONNET_CMD" "$JSONNET_FILE" "$EXPECTED_EXIT_CODE" "$GOLDEN_OUTPUT" "$GOLDEN_KIND"
/dports/devel/py-jsonnet/jsonnet-0.17.0/examples/
H A Dcheck.sh42 test_eval "$JSONNET_CMD" "$JSONNET_FILE" "$EXPECTED_EXIT_CODE" "$GOLDEN_OUTPUT" "$GOLDEN_KIND"
52 test_eval "$JSONNET_CMD" "$JSONNET_FILE" "$EXPECTED_EXIT_CODE" "$GOLDEN_OUTPUT" "$GOLDEN_KIND"
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/server/tests/unit/
H A Dxpcshell.ini84 [test_eval-01.js]
85 [test_eval-02.js]
86 [test_eval-03.js]
87 [test_eval-04.js]
88 [test_eval-05.js]
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/server/tests/unit/
H A Dxpcshell.ini86 [test_eval-01.js]
87 [test_eval-02.js]
88 [test_eval-03.js]
89 [test_eval-04.js]
90 [test_eval-05.js]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dparametrize.rst48 def test_eval(test_input, expected):
52 tuples so that the ``test_eval`` function will run three times using
67 ____________________________ test_eval[6*9-42] _____________________________
72 def test_eval(test_input, expected):
79 FAILED test_expectation.py::test_eval[6*9-42] - AssertionError: assert 54...
128 def test_eval(test_input, expected):
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dparametrize.rst48 def test_eval(test_input, expected):
52 tuples so that the ``test_eval`` function will run three times using
67 ____________________________ test_eval[6*9-42] _____________________________
72 def test_eval(test_input, expected):
79 FAILED test_expectation.py::test_eval[6*9-42] - AssertionError: assert 54...
128 def test_eval(test_input, expected):
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dparametrize.rst48 def test_eval(test_input, expected):
52 tuples so that the ``test_eval`` function will run three times using
67 ____________________________ test_eval[6*9-42] _____________________________
72 def test_eval(test_input, expected):
79 FAILED test_expectation.py::test_eval[6*9-42] - AssertionError: assert 54...
128 def test_eval(test_input, expected):
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dparametrize.rst48 def test_eval(test_input, expected):
52 tuples so that the ``test_eval`` function will run three times using
64 ____________________________ test_eval[6*9-42] _____________________________
73 def test_eval(test_input, expected):
99 def test_eval(test_input, expected):
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/doc/en/
H A Dparametrize.rst49 def test_eval(test_input, expected):
53 tuples so that the ``test_eval`` function will run three times using
65 _______ test_eval[6*9-42] ________
74 def test_eval(test_input, expected):
99 def test_eval(test_input, expected):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/doc/en/
H A Dparametrize.rst48 def test_eval(test_input, expected):
52 tuples so that the ``test_eval`` function will run three times using
64 ____________________________ test_eval[6*9-42] _____________________________
73 def test_eval(test_input, expected):
99 def test_eval(test_input, expected):
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dparametrize.rst48 def test_eval(test_input, expected):
52 tuples so that the ``test_eval`` function will run three times using
64 ____________________________ test_eval[6*9-42] _____________________________
73 def test_eval(test_input, expected):
99 def test_eval(test_input, expected):

12345678910