for (var i = 0; i < support.TYPES_EXCEPT_STRING_OR_OBJECT.length; i++) {
            queue.push((function (j) {
                return Model.getAll('5', support.TYPES_EXCEPT_STRING_OR_OBJECT[j]).then(function () {
                    support.fail('Should have failed on ' + support.TYPES_EXCEPT_STRING_OR_OBJECT[j]);
                })