代码搜索:Failures

找到约 317 项符合「Failures」的源代码

代码结果 317
www.eeworm.com/read/398634/2375202

test sp-destruct.test

# # Destructive stored procedure tests # # We do horrible things to the mysql.proc table here, so any unexpected # failures here might leave it in an undetermined state. # # In the case of trouble you
www.eeworm.com/read/398634/2375733

test rpl_rotate_logs.test

# # Test is run with max_binlog_size=2048 to force automatic rotation of the # binary log # Tests done: # - Check that slaves reports correct failures if master.info has strange # modes/information
www.eeworm.com/read/358128/3004470

test sp-destruct.test

# # Destructive stored procedure tests # # We do horrible things to the mysql.proc table here, so any unexpected # failures here might leave it in an undetermined state. # # In the case of trouble you
www.eeworm.com/read/194440/8192911

m test_resamp.m

function [failures, TOTALTESTS]=TEST_resamp; % TEST_RESAMP: Test the resamp function to make sure that it works properly. % This can only be run through resamp itself, % % results=resamp('selftes
www.eeworm.com/read/235612/14060053

m test_resamp.m

function [failures, TOTALTESTS]=TEST_resamp; % TEST_RESAMP: Test the resamp function to make sure that it works properly. % This can only be run through resamp itself, % % results=resamp('selftes
www.eeworm.com/read/104928/15681398

wsf checkbadevents.wsf

www.eeworm.com/read/250756/12386055

h osxclass.h

/* * Header file for the Objective-C parts of Mac OS X PuTTY. This * file contains the class definitions, which would cause compile * failures in the pure C modules if they appeared in osx.h.
www.eeworm.com/read/16273/667335

c _newmode.c

/*** *_newmode.c - set new() handler mode to not handle malloc failures * * Copyright (c) 1994-1997, Microsoft Corporation. All rights reserved. * *Purpose: * Sets the global flag wh
www.eeworm.com/read/334125/3374691

mk config.mk

TEST_FORMAT = plain SELFTEST = $(LD_LIBPATH_OVERRIDE) $(PERL) $(srcdir)/selftest/selftest.pl --prefix=${selftest_prefix} \ --builddir=$(builddir) --srcdir=$(srcdir) \ --expected-failures=$(sr
www.eeworm.com/read/108729/15577752

c scapitest.c

/* * scapitest.c * * Expected SUCCESSes: 2 + 10 + 1 for all tests. * * Returns: * Number of FAILUREs. * * * ASSUMES No key management functions return non-zero success codes. * * XXX