代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/440906/1774500
c unexpected1_main.c
// PR 3719
// Test that an unexpected handler can rethrow to categorize.
// Split into pieces for binary compatibility testing October 2002
extern void unexpected1_x ();
int
main ()
{
unexpected1
www.eeworm.com/read/440906/1774514
c ctor1_main.c
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 Dec 2001
// PR 411
// Split into pieces for binary compatibility testing Octo
www.eeworm.com/read/440906/1774533
c vbase11_main.c
// Test case from PR 7470, which was fixed in GCC 3.2 and breaks binary
// compatibility with earlier releases.
// Split into pieces for binary compatibility testing October 2002
#include "vbase11.h"
www.eeworm.com/read/440906/1774563
c init-ref2_main.c
// Submitted by Jason Merrill
// Test for proper handling of local static references.
// Split into pieces for binary compatibility testing October 2002
extern void init_re
www.eeworm.com/read/440906/1774572
c vbase8-22_main.c
// { dg-options -w }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 20 Nov 2001
// Split into pieces for binary compatibility testing
www.eeworm.com/read/440906/1774583
c vbase8-10_main.c
// { dg-options -w }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 Jul 2001
// Split into pieces for binary compatibility testing
www.eeworm.com/read/440906/1774584
c vbase8-4_main.c
// { dg-options -w }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 20 Nov 2001
// Split into pieces for binary compatibility testing
www.eeworm.com/read/440906/1774589
c vbase8-21_main.c
// { dg-options -w }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 Jul 2001
// Split into pieces for binary compatibility testing
www.eeworm.com/read/438718/1822914
py test_pow.py
import sys
import test_support
def powtest(type):
if (type!=float):
print " Testing 2-argument pow() function..."
for i in range(-1000, 1000):
if (pow(type(i),0)!=