Home
last modified time | relevance | path

Searched refs:todo_tests (Results 1 – 25 of 31) sorted by relevance

12

/dports/textproc/p5-JSON-Validator/JSON-Validator-5.04/t/
H A Ddraft2019-09-acceptance.t9 my @todo_tests;
11 push @todo_tests, ['defs.json', 'invalid definition'];
12 push @todo_tests, ['defs.json', 'validate definition against metaschema'];
17 push @todo_tests, ['ref.json', 'refs with relative uris and defs'];
21 push @todo_tests, ['refRemote.json', 'remote ref'];
22 push @todo_tests, ['refRemote.json', 'remote ref with ref to definitions'];
23 push @todo_tests, ['refRemote.json', 'remote ref with ref to defs'];
24 push @todo_tests, ['recursiveRef.json'];
25 push @todo_tests, ['unevaluatedItems.json'];
26 push @todo_tests, ['unevaluatedProperties.json'];
[all …]
H A Ddraft7-acceptance.t9 my @todo_tests;
10 push @todo_tests, ['id.json', 'id inside an enum is not a real identifier'];
11 push @todo_tests, ['const.json', 'float and integers are equal up to 64-bit representation…
12 push @todo_tests, ['ref.json', '$ref prevents a sibling $id from changing the base uri'];
13 push @todo_tests, ['refRemote.json', 'remote ref with ref to definitions'];
14 push @todo_tests, ['unknownKeyword.json', '$id inside an unknown keyword is not a real identifier'];
16 t::Helper->acceptance('JSON::Validator::Schema::Draft7', todo_tests => \@todo_tests);
H A Ddraft6-acceptance.t9 my @todo_tests;
10 push @todo_tests, ['id.json', 'id inside an enum is not a real identifier'];
11 push @todo_tests, ['const.json', 'float and integers are equal up to 64-bit representation…
12 push @todo_tests, ['ref.json', '$ref prevents a sibling $id from changing the base uri'];
13 push @todo_tests, ['refRemote.json', 'remote ref with ref to definitions'];
14 push @todo_tests, ['unknownKeyword.json', '$id inside an unknown keyword is not a real identifier'];
16 t::Helper->acceptance('JSON::Validator::Schema::Draft6', todo_tests => \@todo_tests);
H A Ddraft4-acceptance.t9 my @todo_tests;
10 push @todo_tests, ['id.json', 'id inside an enum is not a real identifier'];
11 push @todo_tests, ['ref.json', '$ref prevents a sibling id from changing the base uri'];
13 t::Helper->acceptance('JSON::Validator::Schema::Draft4', todo_tests => \@todo_tests);
H A DHelper.pm23 $acceptance_params{todo_tests} = [map { $test->(@$_) } @{$acceptance_params{todo_tests}}]
24 if $acceptance_params{todo_tests};
/dports/devel/p5-Test-TAP-Model/Test-TAP-Model-0.10/t/
H A Doop_file.t63 is($f->todo_tests, 11, "none are todo");
65 is($f->todo_tests, 11, "none are todo");
67 is($f->todo_tests, 2, "two todo");
H A Dcomprehensive.t76 my $s = strap_this($m, todo_tests => <<TAP);
/dports/lang/parrot/parrot-8.1.0/t/op/
H A Dsprintf.t74 .local pmc todo_tests # keys indicate test file; values test number.
75 todo_tests = new 'Hash'
108 todo_tests = 'set_todo_info'()
224 $I0 = exists todo_tests[test_name]
226 $P0 = todo_tests[test_name]
283 .local pmc todo_tests # keys indicate test file; values test number
284 todo_tests = new 'Hash'
318 todo_tests[test_file] = todo_info
320 .return (todo_tests)
/dports/lang/parrot/parrot-8.1.0/t/compilers/pge/p5regex/
H A Dp5rx.t105 todo_tests = 'set_todo_info'()
211 $I0 = exists todo_tests[test_name]
213 $P0 = todo_tests[test_name]
285 .local pmc todo_tests # keys indicate test file; values are just defined
286 todo_tests = new 'Hash'
496 todo_tests[test_file] = todo_info
498 .return (todo_tests)
/dports/lang/parrot/parrot-8.1.0/t/compilers/pge/
H A D06-grammar.t24 .local pmc test, todo_tests, todo_desc, grammar, expr, description, test_num
35 todo_tests = new 'Hash'
/dports/devel/p5-Test-TAP-Model/Test-TAP-Model-0.10/lib/Test/TAP/Model/
H A DFile.pm95 sub todo_tests { $_[0]->_c(sub { $_->{todo} }, $_[0]{struct}{results}->todo) } subroutine
/dports/devel/p5-Moose/Moose-2.2201/
H A DTODO289 ### `t/todo_tests/exception_reflects_failed_constraint.t`
295 ### `t/todo_tests/moose_and_threads.t`
299 ### `t/todo_tests/replacing_super_methods.t`
305 ### `t/todo_tests/required_role_accessors.t`
309 ### `t/todo_tests/role_insertion_order.t`
313 ### `t/todo_tests/various_role_features.t`
H A DMANIFEST974 t/todo_tests/exception_reflects_failed_constraint.t
975 t/todo_tests/immutable_n_around.t
976 t/todo_tests/moose_and_threads.t
977 t/todo_tests/replacing_super_methods.t
978 t/todo_tests/required_role_accessors.t
979 t/todo_tests/role_insertion_order.t
980 t/todo_tests/various_role_features.t
981 t/todo_tests/wrong-inner.t
/dports/devel/p5-Test-TAP-Model/Test-TAP-Model-0.10/lib/Test/TAP/
H A DModel.pm210 sub total_todo { sum map { scalar $_->todo_tests } $_[0]->test_files }
/dports/devel/p5-Moose/Moose-2.2201/xt/author/
H A Deol.t923 't/todo_tests/exception_reflects_failed_constraint.t',
924 't/todo_tests/immutable_n_around.t',
925 't/todo_tests/moose_and_threads.t',
926 't/todo_tests/replacing_super_methods.t',
927 't/todo_tests/required_role_accessors.t',
928 't/todo_tests/role_insertion_order.t',
929 't/todo_tests/various_role_features.t',
930 't/todo_tests/wrong-inner.t',
H A Dno-tabs.t923 't/todo_tests/exception_reflects_failed_constraint.t',
924 't/todo_tests/immutable_n_around.t',
925 't/todo_tests/moose_and_threads.t',
926 't/todo_tests/replacing_super_methods.t',
927 't/todo_tests/required_role_accessors.t',
928 't/todo_tests/role_insertion_order.t',
929 't/todo_tests/various_role_features.t',
930 't/todo_tests/wrong-inner.t',
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_decimal.py2300 def test_main(arith=None, verbose=None, todo_tests=None, debug=None): argument
2312 if todo_tests is None:
2336 if todo_tests is not None and head not in todo_tests:
2345 if todo_tests is None:
2361 test_main(arith=True, verbose=True, todo_tests=args, debug=opt.debug)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_decimal.py2300 def test_main(arith=None, verbose=None, todo_tests=None, debug=None): argument
2312 if todo_tests is None:
2336 if todo_tests is not None and head not in todo_tests:
2345 if todo_tests is None:
2361 test_main(arith=True, verbose=True, todo_tests=args, debug=opt.debug)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_decimal.py2276 def test_main(arith=False, verbose=None, todo_tests=None, debug=None): argument
2288 if todo_tests is None:
2312 if todo_tests is not None and head not in todo_tests:
2321 if todo_tests is None:
2337 test_main(arith=True, verbose=True, todo_tests=args, debug=opt.debug)
/dports/math/py-cdecimal/cdecimal-2.3/python/
H A Dtest_cdecimal2.5.py2384 def test_main(arith=False, verbose=None, todo_tests=None, debug=None): argument
2396 if todo_tests is None:
2421 if todo_tests is not None and head not in todo_tests:
2430 if todo_tests is None:
2445 test_main(arith=True, verbose=True, todo_tests=args, debug=opt.debug)
H A Dtest_cdecimal3.py4684 def test_main(arith=False, verbose=None, todo_tests=None, debug=None): argument
4697 if todo_tests is None:
4709 if todo_tests is not None and head not in todo_tests:
4719 if todo_tests is None:
4743 test_main(arith=True, verbose=True, todo_tests=args, debug=opt.debug)
H A Dtest_cdecimal2.py4641 def test_main(arith=False, verbose=None, todo_tests=None, debug=None): argument
4654 if todo_tests is None:
4666 if todo_tests is not None and head not in todo_tests:
4676 if todo_tests is None:
4700 test_main(arith=True, verbose=True, todo_tests=args, debug=opt.debug)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_decimal.py5644 def test_main(arith=None, verbose=None, todo_tests=None, debug=None): argument
5657 if todo_tests is None:
5669 if todo_tests is not None and head not in todo_tests:
5679 if todo_tests is None:
5709 test_main(arith=True, verbose=True, todo_tests=args, debug=opt.debug)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_decimal.py5644 def test_main(arith=None, verbose=None, todo_tests=None, debug=None): argument
5657 if todo_tests is None:
5669 if todo_tests is not None and head not in todo_tests:
5679 if todo_tests is None:
5709 test_main(arith=True, verbose=True, todo_tests=args, debug=opt.debug)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_decimal.py5644 def test_main(arith=None, verbose=None, todo_tests=None, debug=None): argument
5657 if todo_tests is None:
5669 if todo_tests is not None and head not in todo_tests:
5679 if todo_tests is None:
5709 test_main(arith=True, verbose=True, todo_tests=args, debug=opt.debug)

12