Skip to content
Snippets Groups Projects
  1. Apr 03, 2020
  2. Apr 01, 2020
  3. Mar 04, 2020
  4. Feb 13, 2020
  5. Feb 05, 2020
  6. Jan 28, 2020
    • Bertrand Bellenot's avatar
      4e09fc01
    • Bertrand Bellenot's avatar
      Allow to run broken tests on Windows & add `FIXME` comments · 6011dc5c
      Bertrand Bellenot authored
      - Add a CMake flag (win_broken_tests) to enable broken tests on Windows
      - Add a couple of `FIXME` comments, for the following errors:
        - In TSystem::GetIncludePath(), with ACLiC:
          input_line_12:8:38: error: use of undeclared identifier 'IC'
          "C:/Users/bellenot/build/debug/etc" -IC:/Users/bellenot/build/debug/etc//cling -IC:/Users/bellenot/build/debug/include"",
                                               ^
          Error in <ACLiC>: Dictionary generation failed!
        - When compiling math/mathmore/test/StatFunction.cxx, it generates those errors:
          Math/Functor.h(182): error C2059: syntax error: '<'
          Math/Functor.h(182): error C2947: expecting '>' to terminate template-argument-list, found '<'
          Math/Functor.h(182): error C2062: type 'unknown-type' unexpected
          Math/Functor.h(181,-1847264676) : error C2039: 'Clone': is not a member of '`global namespace''
          Math/Functor.h(182): error C2143: syntax error: missing ';' before '{'
          Math/Functor.h(182): error C2447: '{': missing function header (old-style formal list?)
          Math/Functor.h(182): error C2059: syntax error: '<'
          Math/Functor.h(182): error C2947: expecting '>' to terminate template-argument-list, found '<'
          Math/Functor.h(182): error C2062: type 'unknown-type' unexpected
          Math/Functor.h(181,-1847263020) : error C2039: 'Clone': is not a member of '`global namespace''
          Math/Functor.h(182): error C2143: syntax error: missing ';' before '{'
          Math/Functor.h(182): error C2447: '{': missing function header (old-style formal list?)
      6011dc5c
    • Bertrand Bellenot's avatar
      Fix several tests on Windows · e720e2af
      Bertrand Bellenot authored
      - Add a couple of missing symbols into the export list
      - Fix several test failing on Windows, mostly due to files staying open (creates file access issues on Windows)
      - Filter-out several unsupported tests (will add them back once the underlying issues are fixed)
      e720e2af
  7. Jul 11, 2019
  8. Apr 16, 2019
  9. Jan 21, 2019
  10. Oct 15, 2018
  11. Jun 06, 2018
Loading