HomeSort by: relevance | last modified time | path
    Searched defs:should_fail (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
taint.t 36 sub should_fail { subroutine
76 should_fail TYPE => 'file', SOURCE => $tfile;
77 should_fail TYPE => 'file', SOURCE => $tfile, UNTAINT => 1;
78 should_fail TYPE => 'file', SOURCE => $file;
83 should_fail TYPE => 'filehandle', SOURCE => $fh;
95 should_fail TYPE => 'string', SOURCE => $ttemplate;
96 should_fail TYPE => 'string', SOURCE => $ttemplate, UNTAINT => 1;
103 should_fail TYPE => 'array', SOURCE => $tarray;
104 should_fail TYPE => 'array', SOURCE => $tarray, UNTAINT => 1;
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
taint.t 36 sub should_fail { subroutine
76 should_fail TYPE => 'file', SOURCE => $tfile;
77 should_fail TYPE => 'file', SOURCE => $tfile, UNTAINT => 1;
78 should_fail TYPE => 'file', SOURCE => $file;
83 should_fail TYPE => 'filehandle', SOURCE => $fh;
95 should_fail TYPE => 'string', SOURCE => $ttemplate;
96 should_fail TYPE => 'string', SOURCE => $ttemplate, UNTAINT => 1;
103 should_fail TYPE => 'array', SOURCE => $tarray;
104 should_fail TYPE => 'array', SOURCE => $tarray, UNTAINT => 1;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
type_check.py 26 def should_fail(func, **args): function
46 should_fail(simple_types, b=97, s="DEI", i=97)
47 should_fail(simple_types, b=True, s=None, i=97)
48 should_fail(simple_types, b=True, s="DEI", i={})
61 should_fail(sequence_type, s=23)
62 should_fail(sequence_type, s=["hi", 97])
73 should_fail(map_type, m=[1, 2, 3])
74 should_fail(map_type, m=None)
75 should_fail(map_type, m={"dei": "string"})
86 should_fail(opt_type, u="string"
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
type_check.py 26 def should_fail(func, **args): function
46 should_fail(simple_types, b=97, s="DEI", i=97)
47 should_fail(simple_types, b=True, s=None, i=97)
48 should_fail(simple_types, b=True, s="DEI", i={})
61 should_fail(sequence_type, s=23)
62 should_fail(sequence_type, s=["hi", 97])
73 should_fail(map_type, m=[1, 2, 3])
74 should_fail(map_type, m=None)
75 should_fail(map_type, m={"dei": "string"})
86 should_fail(opt_type, u="string"
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
parse-connection-spec-selftests.c 49 bool should_fail; member in struct:parse_conn_test
67 #define INIT_ENTRY(ADDR, EXP_HOST, EXP_PORT, SHOULD_FAIL, EXP_AI_FAMILY, \
69 { ADDR, { EXP_HOST, EXP_PORT }, SHOULD_FAIL, EXP_AI_FAMILY, \
218 SELF_CHECK (c.should_fail);
222 SELF_CHECK (!c.should_fail);
  /src/external/gpl3/gdb/dist/gdb/unittests/
parse-connection-spec-selftests.c 49 bool should_fail; member in struct:parse_conn_test
67 #define INIT_ENTRY(ADDR, EXP_HOST, EXP_PORT, SHOULD_FAIL, EXP_AI_FAMILY, \
69 { ADDR, { EXP_HOST, EXP_PORT }, SHOULD_FAIL, EXP_AI_FAMILY, \
218 SELF_CHECK (c.should_fail);
222 SELF_CHECK (!c.should_fail);
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
intel_memory_region.c 247 bool should_fail = target > min; local
251 if (should_fail != IS_ERR(obj)) {

Completed in 37 milliseconds