Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 324458

Summary: Arg size in MSP430 ROV tests
Product: [Technology] RTSC Reporter: Chris McCormick <c-mccormick>
Component: RtaAssignee: David Friedland <dfriedland>
Status: ASSIGNED --- QA Contact:
Severity: normal    
Priority: P3 CC: dfriedland
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
x430 failure none

Description Chris McCormick CLA 2010-09-03 13:34:37 EDT
Created attachment 178180 [details]
x430 failure

The LoggerBufTest1 ROV test is failing because the args are only 16-bits, but the golden output is for a 32-bit arg target.

Golden:  <text>Testing+hexadecimal%2C+lower+and+upper+case%3A+aaaaaaaa%2C+BBBBBBBB%2C+cccccccc%2C+DDDDDDDD</text>

Fail:
<text>Testing+hexadecimal%2C+lower+and+upper+case%3A+aaaa%2C+BBBB%2C+cccc%2C+DDDD</text>

The test fails on x430 and x430XS, but passes on x430X.

The arguments themselves (in the arg0, arg1, etc. fields) also don't match.

See the attached .fail file.