Skip to content
  • Knut Anders Hatlen's avatar
    ad6f238d
    Bug#32239578: WRONG METADATA FOR MANY TEMPORAL FUNCTIONS [21, ulong] · ad6f238d
    Knut Anders Hatlen authored
    The new unit test cases that test the boundaries of PERIOD_ADD and
    PERIOD_DIFF fail on platforms where ulong is a 32-bit integer.
    
    Fixed by replacing ulong with integer types that have the same width
    on all platforms, so that the functions behave the same way on all
    platforms.
    
    Change-Id: Ie785659e9456379f2ec21e145c8f81c43f2eb543
    ad6f238d
    Bug#32239578: WRONG METADATA FOR MANY TEMPORAL FUNCTIONS [21, ulong]
    Knut Anders Hatlen authored
    The new unit test cases that test the boundaries of PERIOD_ADD and
    PERIOD_DIFF fail on platforms where ulong is a 32-bit integer.
    
    Fixed by replacing ulong with integer types that have the same width
    on all platforms, so that the functions behave the same way on all
    platforms.
    
    Change-Id: Ie785659e9456379f2ec21e145c8f81c43f2eb543
Loading