If you set your setDomainName for a domain that doesn't match the current domain, it will not work.
So, if its set to mydomain.org, and you're on testing-domain.org, Google Analytics will try to set the cookies to mydomain.org and fail (because the cookies won't be set, as you can't set external domain cookies from JavaScript); seeing no cookies, it will not make the __utm.gif request go Google Analytics, and no data will be tracked.
The same thing will occur if you execute Google Analytics on the file:// protocol.
(The exception to the setDomainName rule is if you pass either a non-domain string like (none) or an empty string to setDomainName, which has the effect of setting the domain hash (a cookie identifier to prevent data collision) to 1 and setting the Google Analytics cookies to the domain of document.domain