Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
deps: update ChakraCore to chakra-core/ChakraCore@98e7835eef
Browse files Browse the repository at this point in the history
[1.8>1.9] [MERGE #4556 @MikeHolman] disable timing out test on osx

Merge pull request #4556 from MikeHolman:disableslowosx

It's a slow test in general and the OSX machines are very slow so this is timing out.

Reviewed-By: chakrabot <[email protected]>
  • Loading branch information
MikeHolman authored and kfarnung committed Jan 17, 2018
1 parent 0095e23 commit 1d9b869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/chakrashim/core/test/AsmJs/rlexe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@
<compile-flags>-testtrace:asmjs -args 14000 -endargs -EnableFatalErrorOnOOM-</compile-flags>
<!-- todo:: On unix platforms there is more stack available,
so we need to find the right limit to test in order to not timeout -->
<tags>exclude_dynapogo</tags>
<tags>exclude_dynapogo,exclude_mac</tags>
</default>
</test>
<test>
Expand Down

0 comments on commit 1d9b869

Please sign in to comment.