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@b52d5c0bb3
Browse files Browse the repository at this point in the history
[MERGE #4656 @obastemur] asmjs/debugger/es7 enable disabled xplat tests

Merge pull request #4656 from obastemur:enable_other_xplat_tests

Fixes #3012
Fixes #2064

Reviewed-By: chakrabot <[email protected]>
  • Loading branch information
obastemur authored and kfarnung committed Mar 7, 2018
1 parent f4f5bcf commit 0706233
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions deps/chakrashim/core/test/AsmJs/rlexe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<default>
<files>argTest.js</files>
<compile-flags>-maic:0 -maxInterpretCount:0</compile-flags>
<!-- This test is disabled on xplat until GH #4090 is fixed -->
<tags>exclude_xplat</tags>
</default>
</test>
<test>
Expand Down
5 changes: 1 addition & 4 deletions deps/chakrashim/core/test/DebuggerCommon/rlexe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,7 @@
<default>
<files>attachdetach-delaycapture.js</files>
<compile-flags>-dbgbaseline:attachdetach-delaycapture.js.dbg.baseline</compile-flags>
<!-- xplat-todo: enable back - investigate [background job thread fails] (Microsoft/ChakraCore#3012) -->
<tags>BugFix,exclude_xplat</tags>
<tags>BugFix</tags>
</default>
</test>
<test>
Expand Down Expand Up @@ -1269,8 +1268,6 @@
<default>
<files>TypedArray.js</files>
<compile-flags>-ES6Species -debuglaunch -dbgbaseline:typedarray.js.dbg.baseline -InspectMaxStringLength:200</compile-flags>
<!-- xplat-todo: Microsoft/ChakraCore#2064 -->
<tags>exclude_xplat</tags>
</default>
</test>
<test>
Expand Down
1 change: 0 additions & 1 deletion deps/chakrashim/core/test/es7/rlexe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
<default>
<files>atomics_test.js</files>
<compile-flags>-ESSharedArrayBuffer -args summary -endargs</compile-flags>
<tags>exclude_xplat</tags>
</default>
</test>
</regress-exe>

0 comments on commit 0706233

Please sign in to comment.