From e608ce650a02eed0c0218e391ef1798db2a1eb72 Mon Sep 17 00:00:00 2001 From: maier Date: Wed, 5 Dec 2012 14:29:58 +0000 Subject: [PATCH] Document some regressions in the test suite to fix them later (hopefully soon) git-svn-id: https://svn.dealii.org/branches/branch_cmake@27764 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/CMake-Regressions | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 deal.II/CMake-Regressions diff --git a/deal.II/CMake-Regressions b/deal.II/CMake-Regressions new file mode 100644 index 0000000000..743e7d0775 --- /dev/null +++ b/deal.II/CMake-Regressions @@ -0,0 +1,24 @@ +2012-12-05 0 base/path_search + + * broken because DEAL_II_PATH is not available any more in config.h + +2012-12-05 3 base/reference + + * Something is wrong with the exception handling in the test cases at + the moment. And this is a good example for it. + + * triggers also in about a dozen other tests + +2012-12-05 3 base/utilities_01 + +2012-12-05 3 deal.II/support_point_map + +2012-12-05 1 bits/dof_tools_21_b + + * undefined references? It seems that we're not compiling everything... + +2012-12-05 3 serialization/triangulation_01 +2012-12-05 3 serialization/triangulation_02 + + * This one is a mystery for me. Check whether it has something to dof + with external vs bundled boost. -- 2.39.5