I am looking at C:\Harmony\enhanced\buildtest\trunk\tests\vts\vm\src\test\vm\jvms\instructions\arithm\dadd\dadd01\dadd0101\dadd0101.xml:
... <Author value="Alexander D. Shipilov"/> <Description> Tests bitwise double notion for dadd instruction. dadd two double values and compare bitwise result with bitwise long. Two input double values constructed from two long values. The last 6 bits masks according to IEEE 754 standard. Covered assertions assert_instr23a043 assert_instr23a045 assert_instr23a046 assert_instr23a056 </Description> ... Where are those covered assertions like assert_instr23a043 assert_instr23a045 etc? I guess they are taken from VM spec, but the spec itself does not contain those identifiers. thanks Alexei
