1. 13 6月, 2019 3 次提交
  2. 12 6月, 2019 6 次提交
  3. 11 6月, 2019 6 次提交
  4. 10 6月, 2019 3 次提交
  5. 09 6月, 2019 4 次提交
  6. 08 6月, 2019 6 次提交
  7. 07 6月, 2019 5 次提交
  8. 06 6月, 2019 2 次提交
  9. 05 6月, 2019 1 次提交
  10. 04 6月, 2019 3 次提交
    • K
      Handle compiler diagnostics in Rust (#2445) · a71305b4
      Kitson Kelly 提交于
      a71305b4
    • R
      60d45226
    • B
      Refactor test infrastructure (#2432) · 43c6c1a9
      Bartek Iwańczuk 提交于
      * use subclass of unittest.TestCase for all test cases
      
      * allow to run single test file (eg. python tools/integration_tests.py)
      
      * test filtering (via --pattern/-p CLI flag)
      
      * use common CLI parser for all tests:
        usage: test.py [-h] [--failfast] [--verbose] [--executable EXECUTABLE]
                     [--release] [--pattern PATTERN] [--build-dir BUILD_DIR]
      
        optional arguments:
        -h, --help            show this help message and exit
        --failfast, -f        Stop on first failure
        --verbose, -v         Verbose output
        --executable EXECUTABLE
                              Use external executable of Deno
        --release             Test against release executable
        --pattern PATTERN, -p PATTERN
                              Run tests that match provided pattern
        --build-dir BUILD_DIR
                              Deno build directory
      
      * respect NO_COLOR variable
      43c6c1a9
  11. 03 6月, 2019 1 次提交