Skip to content

Instantly share code, notes, and snippets.

@filmaj
filmaj / tox-pr.log
Created July 31, 2017 22:13
tox output from running tests on idlharness-old-js PR, latest (SHA 944372b1f2)
➔ tox
python installed: EasyProcess==0.2.3,html5lib==0.999999999,py==1.4.34,pytest==3.1.3,PyVirtualDisplay==0.2.1,selenium==3.4.3,six==1.10.0,webencodings==0.5.1
python runtests: PYTHONHASHSEED='1711188449'
python runtests: commands[0] | pytest -vv tests
===================================================================== test session starts =====================================================================
platform darwin -- Python 2.7.13, pytest-3.1.3, py-1.4.34, pluggy-0.4.0 -- /Users/maj/src/web-platform-tests/resources/test/.tox/python/bin/python2.7
cachedir: .cache
rootdir: /Users/maj/src/web-platform-tests/resources/test, inifile:
collected 36 items
@filmaj
filmaj / tox-pr-minus-one.log
Created July 31, 2017 22:10
tox output from running tests on idlharness-old-js PR, NOT latest (SHA 8615bfbe92)
➔ tox
python installed: EasyProcess==0.2.3,html5lib==0.999999999,py==1.4.34,pytest==3.1.3,PyVirtualDisplay==0.2.1,selenium==3.4.3,six==1.10.0,webencodings==0.5.1
python runtests: PYTHONHASHSEED='1297519254'
python runtests: commands[0] | pytest -vv tests
===================================================================== test session starts =====================================================================
platform darwin -- Python 2.7.13, pytest-3.1.3, py-1.4.34, pluggy-0.4.0 -- /Users/maj/src/web-platform-tests/resources/test/.tox/python/bin/python2.7
cachedir: .cache
rootdir: /Users/maj/src/web-platform-tests/resources/test, inifile:
collected 36 items
@filmaj
filmaj / tox-master-output.log
Created July 31, 2017 22:06
tox output from running tests on master (SHA 785ec55ddc)
➔ tox
python installed: EasyProcess==0.2.3,html5lib==0.999999999,py==1.4.34,pytest==3.1.3,PyVirtualDisplay==0.2.1,selenium==3.4.3,six==1.10.0,webencodings==0.5.1
python runtests: PYTHONHASHSEED='2446805468'
python runtests: commands[0] | pytest -vv tests
===================================================================== test session starts =====================================================================
platform darwin -- Python 2.7.13, pytest-3.1.3, py-1.4.34, pluggy-0.4.0 -- /Users/maj/src/web-platform-tests/resources/test/.tox/python/bin/python2.7
cachedir: .cache
rootdir: /Users/maj/src/web-platform-tests/resources/test, inifile:
collected 36 items
@filmaj
filmaj / host.log
Last active June 2, 2017 05:35
adb output w/ ADB_TRACE=all on an ubuntu host (where it works) compared to inside an LXC on the same host (where it doesn't work)
vagrant@precise64:~$ adb devices
system/core/adb/adb.c::main():Handling commandline()
system/core/adb/adb_client.c::adb_query():adb_query: host:devices
system/core/adb/adb_client.c::_adb_connect():_adb_connect: host:version
system/core/adb/transport.c::writex():writex: fd=3 len=4: 30303063 000c
system/core/adb/transport.c::writex():writex: fd=3 len=12: 686f73743a76657273696f6e host:version
system/core/adb/transport.c::readx():readx: fd=3 wanted=4
system/core/adb/transport.c::readx():readx: fd=3 wanted=4 got=4
4f4b4159 OKAY
system/core/adb/adb_client.c::_adb_connect():_adb_connect: return fd 3
@filmaj
filmaj / index.html
Created April 14, 2017 21:26 — forked from tmclean85/index.html
Aloha homepage
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,

Keybase proof

I hereby claim:

  • I am filmaj on github.
  • I am filmaj (https://keybase.io/filmaj) on keybase.
  • I have a public key ASACXj6xxfu9uEcwOHzEbAsslZoxgSGEAD1L6OKSSq73QAo

To claim this, I am signing this object:

paramedic-appium: Running appium w/ node /Users/maj/src/cordova-paramedic/node_modules/appium/build/lib/main.js
Appium: [Appium] Welcome to Appium v1.5.3 (REV 98ca8e8c1d91dfe1a14e81f52cce088908811a07)
Appium: [Appium] Appium REST http interface listener started on 0.0.0.0:4723
paramedic-appium: Running tests from:
paramedic-appium: ../../../../../../../var/folders/sp/5jj48bd57sx78cnldkk5ch_h0000gn/T/tmp-692580V8j6R9Qx11/plugins/cordova-plugin-contacts/appium-tests/common/*.spec.js
Started
Spec started
> CALL init({"platformName":"iOS","platformVersion":"9.3","deviceName":"iPhone 5s","app":"/var/folders/sp/5jj48bd57sx78cnldkk5ch_h0000gn/T/tmp-692580V8j6R9Qx11/platforms/ios/build/emulator/HelloCordova.app","autoAcceptAlerts":true})
@filmaj
filmaj / gist:cb9e313e34f048e25f860886bc51a616
Created September 9, 2016 17:03
a prettier, more compact `git log`
alias.lawg=log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
@filmaj
filmaj / changes.sh
Created January 9, 2014 22:33
hardware support on sauce
sudo apt-get install usbutils
echo "SUBSYSTEM==\"usb\", ATTR{idVendor}==\"18d1\", MODE=\"0666\", GROUP=\"plugdev\"" > /etc/udev/rules.d/51-android.rules
# full list of vendor ids: http://developer.android.com/tools/device.html#VendorIds
# maybe we have our udev rules file include all of them for simplicity?
sudo chmod a+r /etc/udev/rules.d/51-android.rules
@filmaj
filmaj / gist:7799342
Created December 5, 2013 02:43
jekyll build time
Filips-MacBook-Air:filmaj.github.com filmaj$ time jekyll build
Configuration file: /Users/filmaj/src/filmaj.github.com/_config.yml
Source: /Users/filmaj/src/filmaj.github.com
Destination: /Users/filmaj/src/filmaj.github.com/_site
Generating... done.
real 0m4.516s
user 0m1.002s
sys 0m1.543s