Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ziglang/zig
base: bb1b7967111d
Choose a base ref
...
head repository: ziglang/zig
compare: 0a32f80d9af4
Choose a head ref
  • 6 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 21, 2018

  1. std.special.test_runner.zig: make tests skippable;

    tracking issue #1274;
    
    tests can be skipped by returnning `error.skip` :
    kristopher tate committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    df574cc View commit details
    Browse the repository at this point in the history
  2. std.event.tcp: SKIP test instead of OKing test;

    tracking issue #1274 ;
    kristopher tate committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    bc411af View commit details
    Browse the repository at this point in the history
  3. std.event.tcp: add switch statement in preparation for building-out a…

    …bstractions;
    
    depends on issue #1274 ;
    kristopher tate committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    c5c053b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. Merge branch 'skippable-tests-issue1274' of https://github.com/krista…

    …te/zig into kristate-skippable-tests-issue1274
    andrewrk committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    4429272 View commit details
    Browse the repository at this point in the history
  2. rename error.skip to error.SkipZigTest

    also print stats at the end of test runner
    andrewrk committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    4d9964a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a32f80 View commit details
    Browse the repository at this point in the history