You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opening up runTests.html and looking at the results object i get a few results that are null... it seems that is unintended and we'd rather a true boolean.
A null value is valid. It's supposed to be for when the test does not apply. For example the test bug-es5-trim will return null if String#trim does not exist. Because it doesn't exist it can't be buggy (at least that is the thinking behind null).
the null for bug-array-concat-arguments is questionable because it only "doesn't apply" when an other bug isn't present but that's less obvious. The others are non-bugs because bug-query-selector-ignores-caps is only a quirks mode issue (maybe tweak the bug name) and activex-enabled only applies to IE.
opening up
runTests.html
and looking at theresults
object i get a few results that arenull
... it seems that is unintended and we'd rather a true boolean.this does seem related to http://bugs.dojotoolkit.org/ticket/13298 though regardless of philosophy i think these three-ish instances are bugs.
The text was updated successfully, but these errors were encountered: