Skip to content
Snippets Groups Projects
  1. Jun 07, 2017
    • Natalie Weizenbaum's avatar
      Stop using scheduled_test. (#1629) · 32db8831
      Natalie Weizenbaum authored
      This switches pub's tests over to using the stream matchers built into
      test, as well as the test_descriptor, test_process, and
      shelf_test_handler packages. It uses async/await rather than
      scheduled_test's task queue.
      
      This removes a layer of indirection which should make it much easier to
      work on pub's test infrastructure, especially for people unfamiliar with
      scheduled_test.
      32db8831
  2. Mar 15, 2017
  3. Sep 29, 2016
    • Bob Nystrom's avatar
      Make "--no-packages-dir" the default. · 3dd04bd1
      Bob Nystrom authored
      The actual change itself is tiny. However, almost all of pub's existing
      integration tests validated the correct output by looking at the
      contents of the generated "packages" dirs. :(
      
      I fixed most of those to instead validate against the .packages file.
      
      I didn't change the Git ones because the .packages files end up
      containing paths that point to specific Git commits. Getting that
      working felt like more work than it was worth right now.
      
      When we fully remove support for packages directories, we'll want to
      fix that.
      
      Fix #1450.
      
      R=nweiz@google.com
      
      Review URL: https://codereview.chromium.org//2377063002 .
      3dd04bd1
  4. Jan 13, 2016
  5. Jun 27, 2015
  6. May 14, 2015
  7. Apr 10, 2013
  8. Mar 20, 2013
  9. Mar 19, 2013
  10. Jan 18, 2013
  11. Nov 13, 2012
  12. Nov 01, 2012
  13. Oct 09, 2012
  14. Oct 05, 2012
Loading