Updates:
        Status: Invalid

Comment #7 on issue 8617 by [email protected]: Signed or unsigned status of  
NPVariant intValues is unclear; -0x80000000 fails test
http://code.google.com/p/chromium/issues/detail?id=8617

It seems to me that this test case is not valid.  It seems that the test  
assumes that
-2147483648 is not representable as a int32_t and therefore assumes that  
the NPVariant
has to be of type NPVariantType_Double.  Since -2147483648 is in the range  
of int32_t,
we create an NPVariant of type NPVariantType_Int32 and pass that to the  
plugin.

If I change our code to always produce NPVariantType_Double, the test cases  
passes.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to