]> git.saurik.com Git - bison.git/commit
tests: skip C++ tests that are too demanding for some compilers
authorAkim Demaille <akim@lrde.epita.fr>
Wed, 23 Oct 2013 13:04:15 +0000 (15:04 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Thu, 24 Oct 2013 15:22:21 +0000 (17:22 +0200)
commit026816664ff8283a55f91915843a8ff0ac5cf86c
tree78185e164e3dd0c2aeaa9e7a5a0195bbc0751893
parent265640d56ed2eece90efd92f21fc9e614e575724
tests: skip C++ tests that are too demanding for some compilers

Some tests now fail when compiled with G++ 4.3 or 4.4 on MacPorts.

* tests/local.at (AT_SKIP_IF_EXCEPTION_SUPPORT_IS_POOR): New.
* tests/c++.at (Exception safety): Use it.
tests/c++.at
tests/local.at