| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/m32r/ |
| H A D | ChangeLog-2021 | 43 * rte.cgs: Test bbpc,bbpsw. 44 * trap.cgs: Test bbpc,bbpsw. 57 * trap.cgs: Test trap 2. 61 * addx.cgs: Test (-1)+(-1)+1. 73 * bnc24.cgs: Test long BNC instruction. 74 * bnc8.cgs: Test short BNC instruction. 75 * ld-plus.cgs: Test LD instruction. 76 * macwhi.cgs: Test MACWHI instruction. 77 * macwlo.cgs: Test MACWLO instruction. 78 * mulwhi.cgs: Test MULWHI instruction. [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/ |
| H A D | TODO | 13 Test printing of structures passed by value, for the 7th, 8th, and 9th 14 arguments (PR 1714). Test printing structure arguments of 21 Test ability to run program when there is a core target, then go 24 Test handling of floating point variables 31 Print registers--"p $r5", "p sizeof ($r5)". Test that they print 36 Test completer. Test that it completes a variety of things correctly 37 (see the list of test cases in main.c in the gdb source). Test TAB, 40 Test "info line" with all kinds of linespecs. Test that the last line 47 Test C++ nested types (especially if PR 1954 is fixed; even if not 49 types). Test classes nested more than 9 levels deep (g++ mangles [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/ |
| H A D | TODO | 13 Test printing of structures passed by value, for the 7th, 8th, and 9th 14 arguments (PR 1714). Test printing structure arguments of 21 Test ability to run program when there is a core target, then go 24 Test handling of floating point variables 31 Print registers--"p $r5", "p sizeof ($r5)". Test that they print 36 Test completer. Test that it completes a variety of things correctly 37 (see the list of test cases in main.c in the gdb source). Test TAB, 40 Test "info line" with all kinds of linespecs. Test that the last line 47 Test C++ nested types (especially if PR 1954 is fixed; even if not 49 types). Test classes nested more than 9 levels deep (g++ mangles [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
| H A D | smtpd_error.in | 6 # Test check_domain_access() 12 # Test check_namadr_access() 18 # Test check_mail_access() 24 # Test check_rcpt_access() 32 # Test mynetworks in generic_checks(). 41 # Test mynetworks. 54 # Test permit_tls_client_certs in generic_restrictions 61 # Test smtpd_check_rewrite(). 69 # Test resolve_local() 77 # Test virtual alias lookup.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data-micro/ |
| H A D | dummy_format.py | 8 import lit.Test 23 result = lit.Test.Result(getattr(lit.Test, result_code), 30 metric = lit.Test.IntMetricValue(value) 32 metric = lit.Test.RealMetricValue(value) 39 micro_result = lit.Test.Result(getattr(lit.Test, result_code, '')) 44 metric = lit.Test.IntMetricValue(value) 46 metric = lit.Test.RealMetricValue(value)
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| H A D | format.py | 88 if isinstance(scriptInTest, lit.Test.Result): 211 yield lit.Test.Test(testSuite, pathInSuite + (filename,), localConfig) 229 … return lit.Test.Result(lit.Test.UNSUPPORTED, 'Test {} is unsupported when modules are enabled') 257 return lit.Test.Result(lit.Test.UNSUPPORTED, 287 … return lit.Test.Result(lit.Test.UNRESOLVED, "Unknown test suffix for '{}'".format(filename)) 296 return lit.Test.Result(lit.Test.UNSUPPORTED, 'Test is unsupported') 299 if isinstance(script, lit.Test.Result): 303 return lit.Test.Result(lit.Test.XFAIL if test.isExpectedToFail() else lit.Test.PASS)
|
| H A D | googlebenchmark.py | 6 import lit.Test 86 yield lit.Test.Test(testSuite, testPath, localConfig, 100 return lit.Test.PASS, '' 107 return (lit.Test.TIMEOUT, 113 return lit.Test.FAIL, ('exit code: %d\n' % exitCode) + out + err 119 return lit.Test.UNRESOLVED, msg 121 return lit.Test.PASS, err + out
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | deptgt-end-fail.exp | 1 Test case all=ok all-dep=ok end=ok end-dep=ok. 9 Test case all=ok all-dep=ok end=ok end-dep=ERR. 20 Test case all=ok all-dep=ok end=ERR end-dep=ok. 32 Test case all=ok all-dep=ok end=ERR end-dep=ERR. 43 Test case all=ok all-dep=ERR end=ok end-dep=ok. 53 Test case all=ok all-dep=ERR end=ok end-dep=ERR. 63 Test case all=ok all-dep=ERR end=ERR end-dep=ok. 73 Test case all=ok all-dep=ERR end=ERR end-dep=ERR. 83 Test case all=ERR all-dep=ok end=ok end-dep=ok. 93 Test case all=ERR all-dep=ok end=ok end-dep=ERR. [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/ |
| H A D | base.py | 4 import lit.Test 26 yield lit.Test.Test(testSuite, path_in_suite + (filename,), 75 test = lit.Test.Test( 87 return (lit.Test.UNSUPPORTED, 'Test is unsupported') 107 return lit.Test.PASS,'' 117 return lit.Test.FAIL, report 126 return lit.Test.UNSUPPORTED 131 return lit.Test.PASS, '' 133 return lit.Test.FAIL, out+err
|
| H A D | googletest.py | 7 import lit.Test 106 yield lit.Test.Test(testSuite, testPath, localConfig, 123 return lit.Test.PASS, '' 132 return (lit.Test.TIMEOUT, 137 return lit.Test.FAIL, header + out + err 140 return lit.Test.SKIPPED, '' 144 return (lit.Test.UNRESOLVED, 148 return lit.Test.PASS,''
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
| H A D | targetvars | 2 $description = "Test target-specific variable settings."; 24 # Test per-target recursive variables 31 # Test per-target variable inheritance 37 # Test the export keyword with per-target variables 42 # Test = escaping 48 # Test target-specific vars with pattern/suffix rules 159 # Test #10 165 # Test #11 166 # PR/1709: Test semicolons in target-specific variable values 181 # Test #12 [all …]
|
| H A D | se_implicit | 2 $description = "Test second expansion in ordinary rules."; 12 # Test #1: automatic variables. 61 # Test #2: target/pattern -specific variables. 83 # Test #3: order of prerequisites. 135 # Test #4: stem splitting logic. 157 # Test #5: stem splitting logic and order-only prerequisites. 176 # Test #6: lack of implicit prerequisites. 192 # Test #7: Test stem from the middle of the name. 211 # Test #8: Make sure stem triple-expansion does not happen.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| H A D | reports.py | 6 import lit.Test 20 unexecuted_codes = {lit.Test.EXCLUDED, lit.Test.SKIPPED} 88 self.skipped_codes = {lit.Test.EXCLUDED, 89 lit.Test.SKIPPED, lit.Test.UNSUPPORTED} 144 if code == lit.Test.EXCLUDED: 146 if code == lit.Test.SKIPPED: 149 assert code == lit.Test.UNSUPPORTED 159 self.skipped_codes = {lit.Test.EXCLUDED, 160 lit.Test.SKIPPED, lit.Test.UNSUPPORTED}
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| H A D | UnitTests.cs | 47 [Test] 61 [Test] 84 [Test] 97 [Test] 118 [Test] 131 [Test] 155 [Test] 172 [Test] 192 [Test] 212 [Test] [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| H A D | UnitTests.cs | 47 [Test] 61 [Test] 84 [Test] 97 [Test] 118 [Test] 131 [Test] 155 [Test] 172 [Test] 192 [Test] 212 [Test] [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| H A D | UnitTests.cs | 47 [Test] 61 [Test] 84 [Test] 97 [Test] 118 [Test] 131 [Test] 155 [Test] 172 [Test] 192 [Test] 212 [Test] [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
| H A D | warnings.t | 9 unless (eval { require Test::More; "$Test::More::VERSION" >= 0.94; }) { 10 Test::More::plan(skip_all => '[ Test::More v0.94+ ] is required for testing'); 13 Test::More->import; 16 unless (eval { require Test::Warnings; 1; }) { 20 Test::Warnings->import;
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/h8300/ |
| H A D | extl.s | 32 ;; Test ccr H=0 N=0 Z=0 V=0 C=0 51 ;; Test ccr H=0 N=1 Z=0 V=0 C=0 73 ;; Test ccr H=0 N=0 Z=0 V=0 C=0 93 ;; Test ccr H=0 N=0 Z=0 V=0 C=0 117 ;; Test ccr H=0 N=1 Z=0 V=0 C=0 144 ;; Test ccr H=0 N=0 Z=0 V=0 C=0 168 ;; Test ccr H=0 N=0 Z=0 V=0 C=0 192 ;; Test ccr H=0 N=1 Z=0 V=0 C=0 219 ;; Test ccr H=0 N=0 Z=0 V=0 C=0 243 ;; Test ccr H=0 N=0 Z=0 V=0 C=0 [all …]
|
| H A D | extw.s | 29 ;; Test ccr H=0 N=0 Z=0 V=0 C=0 48 ;; Test ccr H=0 N=1 Z=0 V=0 C=0 70 ;; Test ccr H=0 N=0 Z=0 V=0 C=0 90 ;; Test ccr H=0 N=0 Z=0 V=0 C=0 114 ;; Test ccr H=0 N=1 Z=0 V=0 C=0 141 ;; Test ccr H=0 N=0 Z=0 V=0 C=0 165 ;; Test ccr H=0 N=0 Z=0 V=0 C=0 189 ;; Test ccr H=0 N=1 Z=0 V=0 C=0 216 ;; Test ccr H=0 N=0 Z=0 V=0 C=0 240 ;; Test ccr H=0 N=0 Z=0 V=0 C=0 [all …]
|
| H A D | testutils.inc | 131 ; Test the value of an 8-bit immediate against a general register 140 ; Test the value of a 16-bit immediate against a general register 154 ; Test the value of a 32-bit immediate against a general register 197 ; Test that a general register contains the fixed pattern 'a5a5a5a5' 207 ; Test that all general regs contain the fixed pattern 'a5a5a5a5' 259 ; Test that carry flag is clear 266 ; Test that carry flag is set 273 ; Test that overflow flag is clear 280 ; Test that overflow flag is set 287 ; Test that zero flag is clear [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/sh/ |
| H A D | fmov.s | 16 fmov1: # Test fr -> fr. 28 fmov2: # Test dr -> dr. 38 fmov3: # Test dr -> xd and xd -> dr. 48 fmov4: # Test xd -> xd. 88 fmov5: # Test fr -> @rn and @rn -> fr. 101 fmov6: # Test dr -> @rn and @rn -> dr. 113 fmov7: # Test xd -> @rn and @rn -> xd. 127 fmov8: # Test fr -> @-rn. 146 fmov9: # Test dr -> @-rn. 165 fmov10: # Test xd -> @-rn. [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
| H A D | Delta.cpp | 32 bool isReduced(Module &M, TestRunner &Test, SmallString<128> &CurrentFilepath) { in isReduced() argument 51 return Test.run(CurrentFilepath); in isReduced() 99 TestRunner &Test, int Targets, in runDeltaPass() argument 108 if (Module *Program = Test.getProgram()) { in runDeltaPass() 110 if (!isReduced(*Program, Test, CurrentFilepath)) { in runDeltaPass() 143 std::unique_ptr<Module> Clone = CloneModule(*Test.getProgram()); in runDeltaPass() 164 if (!isReduced(*Clone, Test, CurrentFilepath)) { in runDeltaPass() 187 Test.setProgram(std::move(ReducedProgram)); in runDeltaPass()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data/ |
| H A D | dummy_format.py | 8 import lit.Test 23 result = lit.Test.Result(getattr(lit.Test, result_code), 30 metric = lit.Test.IntMetricValue(value) 32 metric = lit.Test.RealMetricValue(value)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/xunit-output/ |
| H A D | dummy_format.py | 8 import lit.Test 23 result = lit.Test.Result(getattr(lit.Test, result_code), 35 metric = lit.Test.IntMetricValue(value) 37 metric = lit.Test.RealMetricValue(value)
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/variables/ |
| H A D | DEFAULT_GOAL | 2 $description = "Test the .DEFAULT_GOAL special variable."; 7 # Test #1: basic logic. 39 # Test #2: unknown goal. 49 # Test #3: more than one goal. 59 # Test #4: Savannah bug #12226.
|