Progression Toward Conformance for C++ Language Compilers
暂无分享,去创建一个
Establishing the conformance of a compiler is a difficult matter, especially for C++, since a standard for the language was slow to develop and acceptance of the standard occurred years after the introduction of the language. In this paper, we re-visit our conformance study presented in June 2002. We describe the construction of our test suite composed of test cases extracted from the code examples in the ISO C++ standard together with the process that we use to remove test cases extracted from examples under investigation by the working committee. We then use our test suite to provide some measure of conformance to the ISO standard for eight popular C++ compilers.
[1] Kent Beck,et al. Test-infected: programmers love writing tests , 2000 .
[2] Guido Rossum,et al. Python Library Reference , 1999 .
[3] Brian A. Malloy,et al. Testing C++ Compilers for ISO Language Conformance , 2002 .