Skip to content

Commit

Permalink
Disable bytecode verification tests for lite ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
boingoing committed Jan 11, 2018
1 parent 4f90ec0 commit 322242a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/Miscellaneous/rlexe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<files>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js</files>
<baseline>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js.bc.32b.h</baseline>
<compile-flags>-GenerateLibraryByteCodeHeader -JsBuiltIn -LdChakraLib</compile-flags>
<tags>exclude_jshost,exclude_dynapogo,exclude_amd64,exclude_disable_jit</tags>
<tags>exclude_jshost,exclude_dynapogo,exclude_amd64,exclude_disable_jit,exclude_lite</tags>
<eol-normalization />
</default>
</test>
Expand All @@ -15,7 +15,7 @@
<files>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js</files>
<baseline>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js.bc.64b.h</baseline>
<compile-flags>-GenerateLibraryByteCodeHeader -JsBuiltIn -LdChakraLib</compile-flags>
<tags>exclude_jshost,exclude_dynapogo,exclude_x86,exclude_disable_jit</tags>
<tags>exclude_jshost,exclude_dynapogo,exclude_x86,exclude_disable_jit,exclude_lite</tags>
<eol-normalization />
</default>
</test>
Expand All @@ -24,7 +24,7 @@
<files>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js</files>
<baseline>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js.nojit.bc.32b.h</baseline>
<compile-flags>-GenerateLibraryByteCodeHeader -JsBuiltIn -LdChakraLib</compile-flags>
<tags>exclude_jshost,exclude_amd64,require_disable_jit</tags>
<tags>exclude_jshost,exclude_amd64,require_disable_jit,exclude_lite</tags>
<eol-normalization />
</default>
</test>
Expand All @@ -33,7 +33,7 @@
<files>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js</files>
<baseline>../../lib/Runtime/Library/JsBuiltIn/JsBuiltIn.js.nojit.bc.64b.h</baseline>
<compile-flags>-GenerateLibraryByteCodeHeader -JsBuiltIn -LdChakraLib</compile-flags>
<tags>exclude_jshost,exclude_x86,require_disable_jit</tags>
<tags>exclude_jshost,exclude_x86,require_disable_jit,exclude_lite</tags>
<eol-normalization />
</default>
</test>
Expand All @@ -42,7 +42,7 @@
<files>../../lib/Runtime/Library/InJavascript/Intl.js</files>
<baseline>../../lib/Runtime/Library/InJavascript/Intl.js.bc.32b.h</baseline>
<compile-flags>-GenerateLibraryByteCodeHeader -Intl</compile-flags>
<tags>exclude_jshost,exclude_dynapogo,exclude_amd64,exclude_disable_jit</tags>
<tags>exclude_jshost,exclude_dynapogo,exclude_amd64,exclude_disable_jit,exclude_lite</tags>
<eol-normalization />
</default>
</test>
Expand All @@ -51,7 +51,7 @@
<files>../../lib/Runtime/Library/InJavascript/Intl.js</files>
<baseline>../../lib/Runtime/Library/InJavascript/Intl.js.bc.64b.h</baseline>
<compile-flags>-GenerateLibraryByteCodeHeader -Intl</compile-flags>
<tags>exclude_jshost,exclude_dynapogo,exclude_x86,exclude_disable_jit</tags>
<tags>exclude_jshost,exclude_dynapogo,exclude_x86,exclude_disable_jit,exclude_lite</tags>
<eol-normalization />
</default>
</test>
Expand All @@ -60,7 +60,7 @@
<files>../../lib/Runtime/Library/InJavascript/Intl.js</files>
<baseline>../../lib/Runtime/Library/InJavascript/Intl.js.nojit.bc.32b.h</baseline>
<compile-flags>-GenerateLibraryByteCodeHeader -Intl</compile-flags>
<tags>exclude_jshost,exclude_amd64,require_disable_jit</tags>
<tags>exclude_jshost,exclude_amd64,require_disable_jit,exclude_lite</tags>
<eol-normalization />
</default>
</test>
Expand All @@ -69,7 +69,7 @@
<files>../../lib/Runtime/Library/InJavascript/Intl.js</files>
<baseline>../../lib/Runtime/Library/InJavascript/Intl.js.nojit.bc.64b.h</baseline>
<compile-flags>-GenerateLibraryByteCodeHeader -Intl</compile-flags>
<tags>exclude_jshost,exclude_x86,require_disable_jit</tags>
<tags>exclude_jshost,exclude_x86,require_disable_jit,exclude_lite</tags>
<eol-normalization />
</default>
</test>
Expand Down

0 comments on commit 322242a

Please sign in to comment.