Mili Test sometimes pass and sometimes fail. I ran the tests five times and UniqueRankerLinealTest.test failed.
[----------] 1 test from UniqueRankerLinealTest [ RUN ] UniqueRankerLinealTest.test projects/mili/tests/ranker_test.cpp:173: Failure Value of: isSorted<PlayersRankingLineal>(it) Actual: false Expected: true [ FAILED ] UniqueRankerLinealTest.test (0 ms) [----------] 1 test from UniqueRankerLinealTest (0 ms total)
- tests 7.15KB
Comment #1
Posted on Dec 19, 2011 by Quick LionThanks for reporting the bug.
Comment #2
Posted on Dec 19, 2011 by Massive Monkeycould you reproduce it?
Comment #3
Posted on Dec 26, 2011 by Massive MonkeyMaybe the error is related to the struct DummyComparator which always return true in operator().
struct DummyComparator is used in:
class UniqueRankerLineal : public BaseUniqueRanker, DisposalPolicy>
Comment #4
Posted on Dec 31, 2011 by Quick Lionis this fixed?
Comment #5
Posted on Dec 31, 2011 by Massive Monkeyyes, problem resolved at r289
Comment #6
Posted on Dec 31, 2011 by Helpful Bear(No comment was entered for this change.)
Status: Fixed
Labels:
Type-Defect
Priority-Medium