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

Commit dead9fe

Browse files
obastemurchakrabot
authored andcommitted
deps: update ChakraCore to chakra-core/ChakraCore@b52d5c0bb3
[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]>
1 parent 4c7e62f commit dead9fe

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

Diff for: deps/chakrashim/core/test/AsmJs/rlexe.xml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<default>
55
<files>argTest.js</files>
66
<compile-flags>-maic:0 -maxInterpretCount:0</compile-flags>
7-
<!-- This test is disabled on xplat until GH #4090 is fixed -->
8-
<tags>exclude_xplat</tags>
97
</default>
108
</test>
119
<test>

Diff for: deps/chakrashim/core/test/DebuggerCommon/rlexe.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,7 @@
513513
<default>
514514
<files>attachdetach-delaycapture.js</files>
515515
<compile-flags>-dbgbaseline:attachdetach-delaycapture.js.dbg.baseline</compile-flags>
516-
<!-- xplat-todo: enable back - investigate [background job thread fails] (Microsoft/ChakraCore#3012) -->
517-
<tags>BugFix,exclude_xplat</tags>
516+
<tags>BugFix</tags>
518517
</default>
519518
</test>
520519
<test>
@@ -1269,8 +1268,6 @@
12691268
<default>
12701269
<files>TypedArray.js</files>
12711270
<compile-flags>-ES6Species -debuglaunch -dbgbaseline:typedarray.js.dbg.baseline -InspectMaxStringLength:200</compile-flags>
1272-
<!-- xplat-todo: Microsoft/ChakraCore#2064 -->
1273-
<tags>exclude_xplat</tags>
12741271
</default>
12751272
</test>
12761273
<test>

Diff for: deps/chakrashim/core/test/es7/rlexe.xml

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
<default>
9090
<files>atomics_test.js</files>
9191
<compile-flags>-ESSharedArrayBuffer -args summary -endargs</compile-flags>
92-
<tags>exclude_xplat</tags>
9392
</default>
9493
</test>
9594
</regress-exe>

0 commit comments

Comments
 (0)