I've got a new runner (teeks99-09b) that is running clang-3.3 from ubuntu/debian. Every single test appears to be failing with something like the following:
Test output: teeks99-09b-Ubuntu12.04-64 - algorithm - all_of_test / clang-linux-3.3
Rev 85618 /
Mon, 09 Sep 2013 10:34:37 +0000
Which is to be expected because running just clang++ doesn't work, it should be running clang++-3.3, as specified in my user_config.jam file:
Is my user_config.jam file using incorrect syntax? Any other ideas as to what would cause this?