Skip to content

Commit b52d5c0

Browse files
committed
[MERGE #4656 @obastemur] asmjs/debugger/es7 enable disabled xplat tests
Merge pull request #4656 from obastemur:enable_other_xplat_tests Fixes #3012 Fixes #2064
2 parents 8af539b + 75a8fa0 commit b52d5c0

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

test/AsmJs/rlexe.xml

Lines changed: 0 additions & 2 deletions
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>

test/DebuggerCommon/rlexe.xml

Lines changed: 1 addition & 4 deletions
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>

test/es7/rlexe.xml

Lines changed: 0 additions & 1 deletion
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)