Searched refs:skips (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.9.5/ruby-104/ruby/test/testunit/
H A Dtest_hideskip.rb23 assert_match(/assertions\/s.\n\n1 tests, 0 assertions, 0 failures, 0 errors, 1 skips/,
H A Dtest_rake_integration.rb30 /0 tests, 0 assertions, 0 failures, 0 errors, 0 skips/,
/macosx-10.9.5/ruby-104/ruby/test/minitest/
H A Dtest_minitest_unit.rb277 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
304 2 tests, 1 assertions, 0 failures, 1 errors, 0 skips
331 1 tests, 1 assertions, 0 failures, 1 errors, 0 skips
357 2 tests, 2 assertions, 1 failures, 0 errors, 0 skips
379 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
397 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
419 2 tests, 1 assertions, 0 failures, 0 errors, 1 skips
447 2 tests, 1 assertions, 0 failures, 0 errors, 1 skips
484 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
548 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhttpdist.tcl41 array set skips {. 1 .. 1}
43 set skips($x) 1
53 if {![info exists skips($f)] && ![info exists skips($t)]} {
/macosx-10.9.5/ruby-104/ruby/lib/test/unit/
H A Dparallel.rb45 e, f, s = @errors, @failures, @skips
68 result << [@errors-e,@failures-f,@skips-s]
/macosx-10.9.5/libauto-185.5/
H A Dauto_weak.cpp509 uint8_t skips = (byte >> 4); local
510 index += skips;
649 uint8_t skips = (byte >> 4); local
650 index += skips;
H A DZoneCompaction.cpp213 uint8_t skips = (byte >> 4); local
214 slots += skips;
/macosx-10.9.5/ruby-104/ruby/lib/minitest/
H A Dunit.rb742 attr_accessor :report, :failures, :errors, :skips # :nodoc:
962 @skips += 1
979 @errors = @failures = @skips = 0
1067 format = "%d tests, %d assertions, %d failures, %d errors, %d skips"
1068 io.puts format % [test_count, assertion_count, failures, errors, skips]
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-auto.mm430 unsigned skips = (byte >> 4);
432 newPtr += skips, oldPtr += skips;
H A Dobjc-class.mm279 unsigned skips = (byte >> 4);
281 index += skips;
H A Dobjc-runtime-new.mm4345 * cache==NO skips optimistic unlocked lookup (but uses cache elsewhere)
5761 unsigned skips = (byte >> 4);
5763 newPtr += skips;
5777 unsigned skips = (byte >> 4);
5779 newPtr += skips, oldPtr += skips;
/macosx-10.9.5/CPANInternal-140/PathTools/t/lib/Test/
H A DSimple.pm49 test and your test program aborts, or skips a test or whatever. You
H A DBuilder.pm788 Like skip(), only it skips all the rest of the tests you plan to run
791 If you're running under no_plan, it skips once and terminates the
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/
H A DSimple.pm42 test and your test program aborts, or skips a test or whatever. You
H A DBuilder.pm1248 Like C<skip()>, only it skips all the rest of the tests you plan to run
1251 If you're running under C<no_plan>, it skips once and terminates the
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DSharedBitmap.cpp146 bool skips = paddedWidth != width; local
153 if (skips)
/macosx-10.9.5/libarchive-29/libarchive/cpio/test/
H A Dmain.c192 /* Cumulative count of reported skips. */
193 static int skips = 0; variable
374 ++skips;
2097 printf(" Skips reported: %8d\n", skips);
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dmain.c191 /* Cumulative count of reported skips. */
192 static int skips = 0; variable
370 ++skips;
2087 printf(" Skips reported: %8d\n", skips);
/macosx-10.9.5/libarchive-29/libarchive/tar/test/
H A Dmain.c193 /* Cumulative count of reported skips. */
194 static int skips = 0; variable
375 ++skips;
2199 printf(" Skips reported: %8d\n", skips);
/macosx-10.9.5/CPANInternal-140/Apache-DBI/lib/Apache/
H A DAuthDBI.pm1098 # The PerlCleanupHandler skips through the cache and deletes any outdated
1351 be initialized, which skips through the cache and deletes all outdated entries.
1491 finishing the request, a special handler skips through the cache and deletes
/macosx-10.9.5/CPANInternal-140/Apache-DBI-1.11/lib/Apache/
H A DAuthDBI.pm1099 # The PerlCleanupHandler skips through the cache and deletes any outdated
1352 be initialized, which skips through the cache and deletes all outdated entries.
1496 finishing the request, a special handler skips through the cache and deletes
/macosx-10.9.5/ruby-104/ruby/lib/test/
H A Dunit.rb633 @skips += rep.map{|x| x[:result][2] }.inject(:+)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpine.vim212 syn keyword pineOption delete-skips-deleted
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm851 Like skip(), only it skips all the rest of the tests you plan to run
854 If you're running under no_plan, it skips once and terminates the
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest49.vim8625 call NEXT('let novar #') " X: 0 * 2 (skips nextcmd)
8627 call NEXT('unlet novar #') " X: 0 * 4 (skips nextcmd)
8629 call NEXT('let {novar}') " X: 0 * 8 (skips nextcmd)
8631 call NEXT('unlet{ novar}') " X: 0 * 16 (skips nextcmd)

Completed in 339 milliseconds

12