Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Extensions Size-Medium
New issue 21051 by [email protected]: apitest testCallback should be stricter http://code.google.com/p/chromium/issues/detail?id=21051 A couple of common errors I've been running into that it should help me with: testCallback(function() {...}) should immediately throw an error (first arg should be a bool). Now it instantly succeeds. testCallback(true, function() {...}); testCallback(true, function() {...}); the second one should instantly fail. now the behavior is a bit strange (especially if one of them fails). -- 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 -~----------~----~----~----~------~----~------~--~---
