Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Fix servo support and improve running under debugger #103

Merged
merged 3 commits into from Apr 21, 2015
Merged

Commits on Apr 20, 2015

  1. Fix servo debugger support to work when one test is run.

    It turns out that mozprocess + gdb isn't such a great combination since
    the output gets swallowed somewhere along the way. So when the debugger
    is active use subprocess directly instead. This does mean that we can't
    collect test results when running with a debugger, which is unfortunate
    jgraham committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    f3c318d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df21a57 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Configuration menu
    Copy the full SHA
    a68b1a4 View commit details
    Browse the repository at this point in the history