代码搜索:Testing

找到约 10,000 项符合「Testing」的源代码

代码结果 10,000
www.eeworm.com/read/340665/3272901

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/340665/3272915

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/340665/3272934

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/340665/3272964

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/340665/3272973

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/340665/3272984

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/340665/3272985

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/340665/3272990

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/340605/3284463

c kpd_test_regr.c

/** * @file kpd_test_regr.c * * Gathers functions used for non-regression testing of KPD SWE. * * @author Lara Mascoli (lara.mascoli@silicomp.com) * @version 0.1 */ /* * History:
www.eeworm.com/read/339586/3296988

h boardgame.h

#ifndef __BOARDGAME_H__ #define __BOARDGAME_H__ /** Example class to show hierarchy testing. * * Shamelessly ripped and adapted from *