C/C++
isocpp.txt
Associated article: Testing C++ Compilers for ISO Language Conformance
Tags: C/C++
Published source code accompanying the article by Brian A. Malloy, Scott A. Linde, Edward B. Duffy, and James F. Power in which they present a framework for testing ISO comformance of C++ compilers. Also see ISOCPP.ZIP.
Testing C++ Compilers for ISO Language Conformance by Brian A. Malloy, Scott A. Linde, Edward B. Duffy, James F. Power Figure 1: % python binarytest.py F.... ============================================= FAIL: testDecimal (__main__.BadInputTest) --------------------------------------------- Traceback (most recent call last): File "binarytest.py", ...


