代码搜索:Failures
找到约 317 项符合「Failures」的源代码
代码结果 317
www.eeworm.com/read/158865/5592638
regress-demangle
#! /bin/sh
# Run a regression test for the demangler.
# Usage: regress-demangle TEST-FILE
failures=0
count=0
sed -e '/^#/ d' "$1" | (
while read type; do
read mangled
read demangled
www.eeworm.com/read/112400/15487137
txt rfc1882.txt
Network Working Group B. Hancock
Request for Comments: 1882 Network-1 Software and Technology, Inc.
Category: Informational
www.eeworm.com/read/106679/15628215
txt rfc1882.txt
Network Working Group B. Hancock
Request for Comments: 1882 Network-1 Software and Technology, Inc.
Category: Informational
www.eeworm.com/read/177819/9431284
sh options.sh
#!/bin/sh
# Test for POSIX.2 options for grep
#
# grep [ -E| -F][ -c| -l| -q ][-insvx] -e pattern_list
# [-f pattern_file] ... [file. ..]
# grep [ -E| -F][ -c| -l| -q ][-insvx][-e pattern_list]
www.eeworm.com/read/177819/9431289
sh warning.sh
#!/bin/sh
#
# Tell them not to be alarmed.
: ${srcdir=.}
failures=0
#
cat
www.eeworm.com/read/140411/5792540
h testresultdecorator.h
#ifndef CPP_UNIT_TESTRESULTDECORATOR_H
#define CPP_UNIT_TESTRESULTDECORATOR_H
#include "TestResult.h"
class TestResultDecorator
{
public:
TestResultDecorator (TestResult *result);
virtual
www.eeworm.com/read/133287/5906999
h testresultdecorator.h
#ifndef CPP_UNIT_TESTRESULTDECORATOR_H
#define CPP_UNIT_TESTRESULTDECORATOR_H
#include "TestResult.h"
class TestResultDecorator
{
public:
TestResultDecorator (TestResult *result);
www.eeworm.com/read/124619/6043838
h testresultdecorator.h
#ifndef CPP_UNIT_TESTRESULTDECORATOR_H
#define CPP_UNIT_TESTRESULTDECORATOR_H
#include "TestResult.h"
class TestResultDecorator
{
public:
TestResultDecorator (TestResult *result);
www.eeworm.com/read/123279/6061947
h testresultdecorator.h
#ifndef CPP_UNIT_TESTRESULTDECORATOR_H
#define CPP_UNIT_TESTRESULTDECORATOR_H
#include "TestResult.h"
class TestResultDecorator
{
public:
TestResultDecorator (TestResult *result);
virtual