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
XXX TBD TODOs:
- tests do not always check actual results on browser
- document some behavior differences
- TBD open/close/delete
- TODO sqlBatch
- TODO fix self test
- check that tests continue to pass on other platforms
- run tests on Chrome browser on Windows
// NOTE: In the common storage-master branch there is no difference between the
40
40
// default implementation and implementation #2. But the test will also apply
@@ -774,6 +774,8 @@ var mytests = function() {
774
774
},MYTIMEOUT);
775
775
776
776
it(suiteName+'SELECT UPPER(?) AS upper1, UPPER(?) AS upper2 with "naive" Array subclass (constructor explicitly set to subclasss) as value arguments array',function(done){
777
+
if(isBrowser)pending('SKIP for browser platform');// XXX TBD
0 commit comments