Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

self-hosted: first passing test #1215

Merged
merged 2 commits into from Jul 11, 2018
Merged

self-hosted: first passing test #1215

merged 2 commits into from Jul 11, 2018

Conversation

andrewrk
Copy link
Member

  • introduce std.atomic.Int
  • add src-self-hosted/test.zig which is tested by the main test suite
    • it fully utilizes the multithreaded async/await event loop so the
      tests should Go Fast
  • stage2/bin/zig build-obj test.zig is able to spit out an error if 2 exported
    functions collide
  • ability for zig test to accept --object and --assembly
    arguments
  • std.build: TestStep supports addLibPath and addObjectFile

 * introduce std.atomic.Int
 * add src-self-hosted/test.zig which is tested by the main test suite
   - it fully utilizes the multithreaded async/await event loop so the
     tests should Go Fast
 * `stage2/bin/zig build-obj test.zig` is able to spit out an error if 2 exported
   functions collide
 * ability for `zig test` to accept `--object` and `--assembly`
   arguments
 * std.build: TestStep supports addLibPath and addObjectFile
@andrewrk
Copy link
Member Author

The tests that failed on travis were due to apt-get. Linux tests passed locally for me

@andrewrk andrewrk merged commit c620a1f into master Jul 11, 2018
@andrewrk andrewrk deleted the self-hosted-first-test branch July 11, 2018 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant