Skip to content

Conversation

obastemur
Copy link
Collaborator

@obastemur obastemur commented Jul 21, 2016

We have all tests are passing for macOS now.

notes on updates:

Main thread default stack limit is 8MB while pthread_get_stacksize_np may return lower value.

OSX implementation of Pthread stack size is 512KB

  • Sets 64MB process stack limit through macOS linker to match our testing needs

edit: removed additional pthread updates. It was kind of a nice to have but at the moment not needed. Going to visit that separately.

We have all tests are passing for macOS now.

notes on updates:

 - Sets 64MB process stack limit through macOS linker to match our testing needs
@dilijev
Copy link
Contributor

dilijev commented Jul 21, 2016

@mmitche Was there an issue causing timeouts?

http://dotnet-ci.cloudapp.net/job/Microsoft_ChakraCore/job/master/job/x86_debug_prtest/1672/consoleFull#-16758747638101fac1-935e-4556-95f9-7a0e25ca0b52

07:49:03 Summary: D:\j\workspace\x86_debug_prtest06343b35\test had 1676 tests; 0 failures
09:44:41 
Build timed out (after 120 minutes). Marking the build as aborted.
09:44:41 
Build was aborted

Two hour delay after the test summary (presumably nothing was running then) and then the build timed out.

@dilijev
Copy link
Contributor

dilijev commented Jul 21, 2016

@dotnet-bot test Windows x86_debug please

@mmitche
Copy link
Contributor

mmitche commented Jul 21, 2016

@dilijev Not that I know of. Please let me know if it happens again

@obastemur
Copy link
Collaborator Author

@dilijev Thanks for following up with CI.

@digitalinfinity @jianchun any thoughts?

@digitalinfinity
Copy link
Contributor

LGTM- you can merge

@obastemur
Copy link
Collaborator Author

@dilijev @digitalinfinity thanks for the reviews!

@chakrabot chakrabot merged commit adf894c into chakra-core:linux Jul 22, 2016
chakrabot pushed a commit that referenced this pull request Jul 22, 2016
…macOS

Merge pull request #1306 from obastemur:fixed_stack_osx

We have all tests are passing for macOS now.

notes on updates:

 ~~Main thread default stack limit is 8MB while `pthread_get_stacksize_np` may return lower value.~~

~~OSX implementation of Pthread stack size is 512KB~~
 - Sets 64MB process stack limit through macOS linker to match our testing needs

edit: removed additional pthread updates. It was kind of a nice to have but at the moment not needed. Going to visit that separately.
@obastemur obastemur deleted the fixed_stack_osx branch September 2, 2016 01:18
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.

6 participants