代码搜索:Failures
找到约 317 项符合「Failures」的源代码
代码结果 317
www.eeworm.com/read/357616/10205049
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/142539/12940866
c aatree.c
#include "aatree.h"
#include
#include "fatal.h"
/* START: fig12_27.txt */
/* Returned for failures */
Position NullNode = NULL; /* Needs more initialization */
www.eeworm.com/read/323119/13352740
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/323119/13354331
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/477716/6732774
c aatree.c
#include "aatree.h"
#include
#include "fatal.h"
/* START: fig12_27.txt */
/* Returned for failures */
Position NullNode = NULL; /* Needs more initialization */
www.eeworm.com/read/404076/11491984
c aatree.c
#include "aatree.h"
#include
#include "fatal.h"
/* START: fig12_27.txt */
/* Returned for failures */
Position NullNode = NULL; /* Needs more initialization */
www.eeworm.com/read/10438/186317
c newmode.c
/***
*newmode.c - set new() handler mode to handle malloc failures
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* Sets the global flag which controls whe
www.eeworm.com/read/492060/1183018
js _rhinorunner.js
if(this["dojo"]){
dojo.provide("doh._rhinoRunner");
}
doh.debug = print;
// Override the doh._report method to make it quit with an
// appropriate exit code in case of test failures.
(function(){
www.eeworm.com/read/455463/1613940
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/193974/5138241
py test_threadedtempfile.py
"""
Create and delete FILES_PER_THREAD temp files (via tempfile.TemporaryFile)
in each of NUM_THREADS threads, recording the number of successes and
failures. A failure is a bug in tempfile, and may