Skip to content

Instantly share code, notes, and snippets.

@davglass
Created December 18, 2012 23:15
Show Gist options
  • Save davglass/4332996 to your computer and use it in GitHub Desktop.
Save davglass/4332996 to your computer and use it in GitHub Desktop.
Yeti Run on iOS 6.0.1 from dev-master
yogi test --yeti
yogi [info] using [email protected] on [email protected]
yogi [info] using override modules: anim, app, arraysort, async-queue, attribute, autocomplete, base, build_docs, button, cache, calendar, charts, classnamemanager, collection, color, common, console, console-filters, cookie, cssbase, cssfonts, cssgrids, cssreset, dataschema, datasource, datatable, datatable-deprecated, datatype, date, dd, dial, dom, dump, editor, escape, event, event-custom, event-gestures, event-simulate, event-valuechange, file, gesture-simulate, get, graphics, handlebars, highlight, history, imageloader, intl, io, json, jsonp, loader, matrix, node, node-flick, node-focusmanager, node-menunav, node-scroll-info, number, oop, overlay, panel, parallel, pjax, plugin, pluginhost, profiler, querystring, queue-promote, recordset, resize, scrollview, simpleyui, slider, sortable, stylesheet, substitute, swf, swfdetect, tabview, template, test, test-console, text, transition, uploader, uploader-deprecated, widget, widget-anim, widget-autohide, widget-buttons, widget-child, widget-modality, widget-parent, widget-position, widget-position-align, widget-position-constrain, widget-stack, widget-stdmod, xml, yql, yui, yui-throttle
yogi [info] using hub: http://hub.davglass.com:8080/
yogi [info] starting yeti output
Agent connected: Safari (6.0) / iOS 6.0.1
Agent connected: Safari (6.0) / iOS 6.0.1
✓ Testing started on Safari (6.0) / iOS 6.0.1
✗ App on Safari (6.0) / iOS 6.0.1
in App Base
`navigate` should fire when `serverRouting` is falsy, even when `html5` is `false`: Route should dispatch once.
Expected: 1 (number)
Actual: 0 (number)
`navigate()` should replace the history entry when the new and current URLs are the "same": Value should be true.
Expected: true (boolean)
Actual: false (boolean)
in App Content
`Y.App.Content.route` should load HTML content from the server and set the `activeView`: Timeout: wait() called but resume() never called.
► Testing... | 38% complete (90/238) 9.20 beats/sec ETA 16 minutes, 52 seconds
✗ Dom: XY on Safari (6.0) / iOS 6.0.1
in Y.DOM.xy
should set p2-is in page coords: Values in position 0 are not equal.
Expected: 468 (number)
Actual: 469 (number)
should set p4-is in page coords: Values in position 0 are not equal.
Expected: 268 (number)
Actual: 269 (number)
✗ Node on Safari (6.0) / iOS 6.0.1
in Node
test_scroll: document.set("scrollTop", 200)
Expected: 200 (number)
Actual: 776 (number)
test_appendStyle: Y.one('head').append(<style>body {height:100px}</style>)
Expected: 100px (string)
Actual: 5000px (string)
✗ Pjax on Safari (6.0) / iOS 6.0.1
in Attributes and Properties
Pjax param should not be added when `addPjaxParam` is false: Timeout: wait() called but resume() never called.
✓ Agent completed: Safari (6.0) / iOS 6.0.1
✗ Failures: 8 of 7629 tests failed. (20 minutes, 9 seconds)
yogi [bail] yeti tests failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment