[Xapian-tickets] [Xapian] #458: Xapian test suite failures on openbsd.

Xapian nobody at xapian.org
Sun Mar 21 12:21:18 GMT 2010


#458: Xapian test suite failures on openbsd.
------------------------+---------------------------------------------------
 Reporter:  didickman   |       Owner:  olly    
     Type:  defect      |      Status:  assigned
 Priority:  normal      |   Milestone:  1.1.5   
Component:  Test Suite  |     Version:  1.0.18  
 Severity:  normal      |    Keywords:          
Blockedby:              |    Platform:  OpenBSD 
 Blocking:              |  
------------------------+---------------------------------------------------
Changes (by olly):

  * milestone:  => 1.1.5


Comment:

 Odd, the code looks valid to me - {{{std::string()}}} should construct a
 temporary empty string object.  What does {{{g++ --version}}} report?

 It is hard to know exactly which bit of that line the error is for due to
 the macros involved, but the simplest fix is probably just to change the
 offending line to:

 {{{
 #!cpp
     TEST(db.get_metadata("foo").empty());
 }}}

-- 
Ticket URL: <http://trac.xapian.org/ticket/458#comment:4>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list