• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..11-Oct-2012-

abi/H11-Oct-2012-2,0961,313

bprob/H11-Oct-2012-299227

compat/H11-Oct-2012-2,2141,588

conversion/H11-Oct-2012-14091

cpp/H11-Oct-2012-6014

debug/H11-Oct-2012-325210

eh/H11-Oct-2012-1,9441,509

expr/H11-Oct-2012-655436

ext/H11-Oct-2012-2,6961,616

gcov/H11-Oct-2012-442281

inherit/H11-Oct-2012-972652

init/H11-Oct-2012-1,7181,125

lookup/H11-Oct-2012-1,241750

opt/H11-Oct-2012-3,3932,402

other/H11-Oct-2012-1,661970

overload/H11-Oct-2012-466289

parse/H11-Oct-2012-2,6991,564

pch/H11-Oct-2012-10557

rtti/H11-Oct-2012-161103

special/H11-Oct-2012-268162

template/H11-Oct-2012-6,9804,229

tls/H11-Oct-2012-13270

warn/H11-Oct-2012-1,064672

READMEH A D11-Oct-20121.2 KiB3026

dg.expH A D11-Oct-20121.6 KiB4716

README

1Subdirectories:
2
3abi	 Tests for ABI compatibility -- mangling, object layout, etc.
4bprob	 Tests for functionality of profile-directed block ordering.
5compat	 Tests for binary compatibility (consistency, not ABI conformance).
6cpp	 Tests for the preprocessor.
7debug	 Tests for debugging options.
8eh	 Tests for exception handling.
9expr     Tests for expressions.
10ext	 Tests for GNU language extensions.
11gcov	 Tests for GCOV (code coverage) support.
12inherit	 Tests for inheritance -- virtual functions, multiple inheritance, etc.
13init	 Tests for initialization semantics, constructors/destructors, etc.
14lookup	 Tests for lookup semantics, namespaces, using, etc.
15opt	 Tests for fixes of bugs with particular optimizations.
16other	 Tests that don't quite fit anywhere else.
17overload Tests for overload resolution and conversions.
18parse	 Tests for parsing.
19pch	 Tests for precompiled headers.
20rtti	 Tests for run-time type identification (typeid, dynamic_cast, etc.)
21special	 Tests requiring individual processing.
22template Tests for templates.
23tls	 Tests for support of thread-local data.
24warn	 Tests for compiler warnings.
25
26other	 Tests that don't fit into one of the other categories.
27
28special	 Tests that need custom expect code to run them; see special/ecos.exp
29	 for an example.
30