- Ubuntu VM Host
- Dual Core [email protected]
- 16 GB Ram
- 1TB HDD (for OS)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yogi test --yeti --grid --phantom 20 -x editor -x yui-throttle | |
yogi [info] using [email protected] on [email protected] | |
yogi [info] using override modules: anim, app, arraysort, async-queue, attribute, autocomplete, base, 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-deprecat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit. | |
Trace | |
at AgentGroup.growListenerTree (/Users/yui/src/yeti/node_modules/eventemitter2/lib/eventemitter2.js:189:23) | |
at AgentGroup.EventEmitter.on (/Users/yui/src/yeti/node_modules/eventemitter2/lib/eventemitter2.js:346:24) | |
at EventYoshi.add.self.child (/Users/yui/src/yeti/node_modules/eventyoshi/lib/index.js:32:10) | |
at Array.forEach (native) | |
at EventYoshi.add (/Users/yui/src/yeti/node_modules/eventyoshi/lib/index.js:31:31) | |
at AgentManager.bindAgentGroup (/Users/yui/src/yeti/lib/hub/agent.js:625:28) | |
at AgentManager.groupAgents (/Users/yui/src/yeti/lib/hub/agent.js:767:14) | |
at Array.forEach (native) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$phantomjs-1.7.0 ./repro.js | |
Page executed successfully | |
$ phantomjs-1.8.0 ./repro.js | |
PhantomJS has crashed. Please read the crash reporting guide at https://github.com/ariya/phantomjs/wiki/Crash-Reporting and file a bug report at https://code.google.com/p/phantomjs/issues/entry with the crash dump file attached: /tmp/2f69ff41-1800-ac63-7c5f013f-25df8b39.dmp | |
Segmentation fault (core dumped) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-au |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This module is the conditional loaded `dd` module to support gesture events | |
* in the event that `dd` is loaded onto a device that support touch based events. | |
* | |
* This module is loaded and over rides 2 key methods on `DD.Drag` and `DD.DDM` to | |
* attach the gesture events. Overrides `DD.Drag._prep` and `DD.DDM._setupListeners` | |
* methods as well as set's the property `DD.Drag.START_EVENT` to `gesturemovestart` | |
* to enable gesture movement instead of mouse based movement. | |
* @module dd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install grover yuitest shifter yogi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defscrollback 1000 | |
caption always "%{+b wk}%H | %C:%s %a %m.%d.%Y | %90=Load: %l %{wk}" | |
termcapinfo xterm-256color|xterm-color|xterm|xterms|xs|rxvt ti@:te@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[yeti][src (3.x)] ➔ shifter --walk --no-coverage --max=8 | |
shifter [info] revving up | |
shifter [info] racing the directories | |
shifter [info] using --no-semi --no-coverage | |
shifter [info] found 94 modules to race (8 at a time), let's do this | |
shifter [warn] this will be quiet, only status will be emitted for speed. failed builds will print after | |
.............................................................................................. | |
shifter [info] done racing, the gears are toast | |
shifter [info] finished in 21.403 seconds, pretty fast huh? |