xref: /aosp_15_r20/art/test/302-float-conversion/info.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1*795d594fSAndroid Build Coastguard WorkerTests whether constant conversions of double values to long values are
2*795d594fSAndroid Build Coastguard Workerproperly handled by the VM. For example, x86 systems using the x87 stack
3*795d594fSAndroid Build Coastguard Worker should not overflow under constant conversions.
4*795d594fSAndroid Build Coastguard Worker
5*795d594fSAndroid Build Coastguard WorkerThe second test checks the Load hoisting optimization for float pointing conversion.