Lines Matching full:cxx
17 TEST_CASE("can use new and delete", "[cxx]")
38 TEST_CASE("can call virtual functions", "[cxx]")
45 TEST_CASE("can use std::vector", "[cxx]")
67 #error "unknown target in CXX tests, can't set leaks threshold"
70 TEST_CASE("c++ exceptions work", "[cxx] [exceptions] [leaks=" LEAKS "]")
82 TEST_CASE("c++ bool exception", "[cxx] [exceptions] [leaks=" LEAKS "]")
94 TEST_CASE("c++ void exception", "[cxx] [exceptions] [leaks=" LEAKS "]")
106 TEST_CASE("c++ uint64_t exception", "[cxx] [exceptions] [leaks=" LEAKS "]")
118 TEST_CASE("c++ char exception", "[cxx] [exceptions] [leaks=" LEAKS "]")
130 TEST_CASE("c++ wchar exception", "[cxx] [exceptions] [leaks=" LEAKS "]")
142 TEST_CASE("c++ float exception", "[cxx] [exceptions] [leaks=" LEAKS "]")
154 TEST_CASE("c++ double exception", "[cxx] [exceptions] [leaks=" LEAKS "]")
166 TEST_CASE("c++ const char* exception", "[cxx] [exceptions] [leaks=" LEAKS "]")
184 TEST_CASE("c++ any class exception", "[cxx] [exceptions] [leaks=" LEAKS "]")
202 TEST_CASE("c++ std::exception child", "[cxx] [exceptions] [leaks=" LEAKS "]")
214 TEST_CASE("c++ exceptions emergency pool", "[cxx] [exceptions] [leaks=" LEAKS "]")
262 TEST_CASE("std::out_of_range exception when -fno-exceptions", "[cxx][reset=abort,SW_CPU_RESET]")
269 TEST_CASE("std::bad_alloc exception when -fno-exceptions", "[cxx][reset=abort,SW_CPU_RESET]")
284 TEST_CASE("can use iostreams", "[cxx]")
289 TEST_CASE("can call std::function and bind", "[cxx]")