Skip to content

Commit

Permalink
[MERGE #4533 @MSLaguana] Disabling bytecode verification tests for li…
Browse files Browse the repository at this point in the history
…te ci build

Merge pull request #4533 from MSLaguana:fixLiteTests
  • Loading branch information
MSLaguana committed Jan 11, 2018
2 parents f6f84bb + 513eea3 commit cf780ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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/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 @@ -15,7 +15,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 @@ -24,7 +24,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 @@ -33,7 +33,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 cf780ac

Please sign in to comment.