Skip to content

Commit 322242a

Browse files
committed
Disable bytecode verification tests for lite ci build
1 parent 4f90ec0 commit 322242a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/Miscellaneous/rlexe.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<files>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js</files>
77
<baseline>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js.bc.32b.h</baseline>
88
<compile-flags>-GenerateLibraryByteCodeHeader -JsBuiltIn -LdChakraLib</compile-flags>
9-
<tags>exclude_jshost,exclude_dynapogo,exclude_amd64,exclude_disable_jit</tags>
9+
<tags>exclude_jshost,exclude_dynapogo,exclude_amd64,exclude_disable_jit,exclude_lite</tags>
1010
<eol-normalization />
1111
</default>
1212
</test>
@@ -15,7 +15,7 @@
1515
<files>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js</files>
1616
<baseline>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js.bc.64b.h</baseline>
1717
<compile-flags>-GenerateLibraryByteCodeHeader -JsBuiltIn -LdChakraLib</compile-flags>
18-
<tags>exclude_jshost,exclude_dynapogo,exclude_x86,exclude_disable_jit</tags>
18+
<tags>exclude_jshost,exclude_dynapogo,exclude_x86,exclude_disable_jit,exclude_lite</tags>
1919
<eol-normalization />
2020
</default>
2121
</test>
@@ -24,7 +24,7 @@
2424
<files>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js</files>
2525
<baseline>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js.nojit.bc.32b.h</baseline>
2626
<compile-flags>-GenerateLibraryByteCodeHeader -JsBuiltIn -LdChakraLib</compile-flags>
27-
<tags>exclude_jshost,exclude_amd64,require_disable_jit</tags>
27+
<tags>exclude_jshost,exclude_amd64,require_disable_jit,exclude_lite</tags>
2828
<eol-normalization />
2929
</default>
3030
</test>
@@ -33,7 +33,7 @@
3333
<files>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js</files>
3434
<baseline>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js.nojit.bc.64b.h</baseline>
3535
<compile-flags>-GenerateLibraryByteCodeHeader -JsBuiltIn -LdChakraLib</compile-flags>
36-
<tags>exclude_jshost,exclude_x86,require_disable_jit</tags>
36+
<tags>exclude_jshost,exclude_x86,require_disable_jit,exclude_lite</tags>
3737
<eol-normalization />
3838
</default>
3939
</test>
@@ -42,7 +42,7 @@
4242
<files>../../lib/Runtime/Library/InJavascript/Intl.js</files>
4343
<baseline>../../lib/Runtime/Library/InJavascript/Intl.js.bc.32b.h</baseline>
4444
<compile-flags>-GenerateLibraryByteCodeHeader -Intl</compile-flags>
45-
<tags>exclude_jshost,exclude_dynapogo,exclude_amd64,exclude_disable_jit</tags>
45+
<tags>exclude_jshost,exclude_dynapogo,exclude_amd64,exclude_disable_jit,exclude_lite</tags>
4646
<eol-normalization />
4747
</default>
4848
</test>
@@ -51,7 +51,7 @@
5151
<files>../../lib/Runtime/Library/InJavascript/Intl.js</files>
5252
<baseline>../../lib/Runtime/Library/InJavascript/Intl.js.bc.64b.h</baseline>
5353
<compile-flags>-GenerateLibraryByteCodeHeader -Intl</compile-flags>
54-
<tags>exclude_jshost,exclude_dynapogo,exclude_x86,exclude_disable_jit</tags>
54+
<tags>exclude_jshost,exclude_dynapogo,exclude_x86,exclude_disable_jit,exclude_lite</tags>
5555
<eol-normalization />
5656
</default>
5757
</test>
@@ -60,7 +60,7 @@
6060
<files>../../lib/Runtime/Library/InJavascript/Intl.js</files>
6161
<baseline>../../lib/Runtime/Library/InJavascript/Intl.js.nojit.bc.32b.h</baseline>
6262
<compile-flags>-GenerateLibraryByteCodeHeader -Intl</compile-flags>
63-
<tags>exclude_jshost,exclude_amd64,require_disable_jit</tags>
63+
<tags>exclude_jshost,exclude_amd64,require_disable_jit,exclude_lite</tags>
6464
<eol-normalization />
6565
</default>
6666
</test>
@@ -69,7 +69,7 @@
6969
<files>../../lib/Runtime/Library/InJavascript/Intl.js</files>
7070
<baseline>../../lib/Runtime/Library/InJavascript/Intl.js.nojit.bc.64b.h</baseline>
7171
<compile-flags>-GenerateLibraryByteCodeHeader -Intl</compile-flags>
72-
<tags>exclude_jshost,exclude_x86,require_disable_jit</tags>
72+
<tags>exclude_jshost,exclude_x86,require_disable_jit,exclude_lite</tags>
7373
<eol-normalization />
7474
</default>
7575
</test>

0 commit comments

Comments
 (0)