Opened 8 years ago
Closed 8 years ago
#740 closed task (performed)
activate unit tests for OSX
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | global | Version: | SVN |
Keywords: | Cc: |
Description (last modified by westram)
- [15543] passes unittests for unit CORE on OSX (DEBUG+NDEBUG)
- [15546] passes unittests for most units. Failing:
- PARSIMONY (also fails for clang/linux)
- ARBDB (2), CONSENSUS (1), REGEXPR (1)
- several failures are caused by non-portable random number generator
⇒ fix in branch random- fixed failing test in PARSIMONY (mixTree)
- fixed failing test in CONSENSUS
- [15564] disables a non-working test in TEST_paths (ARBDB)
- [15568] fixes TEST_scan_db (ARBDB)
TODO
- re-activate other units (disabled with [15535])
fix/disable unittest failing generally with clang/linux- difference tested vs regression by [15548]
- mark modified results (with RESULT_MODIFIED_CLANG)
- fix unittests disabled for OSX and/or clang (see code-marker 'TEST_DISABLED_OSX')
accepting
- some disabled tests
- some modified results
followup-ticket: #741
Change History (5)
comment:1 Changed 8 years ago by westram
- Status changed from new to _started
comment:2 Changed 8 years ago by westram
- Description modified (diff)
comment:3 Changed 8 years ago by westram
- Description modified (diff)
comment:4 Changed 8 years ago by westram
- Description modified (diff)
comment:5 Changed 8 years ago by westram
- Description modified (diff)
- Resolution set to performed
- Status changed from _started to closed
Note: See
TracTickets for help on using
tickets.
by [15579]