Skip to content

Commit

Permalink
Run SunSpiderTests("controlflow-recursive.js") only in release mode (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Dec 11, 2021
1 parent 12f05cb commit 8c4a51e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jint.Tests.CommonScripts/SunSpiderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ private Engine RunTest(string source)
[InlineData("bitops-bits-in-byte.js")]
[InlineData("bitops-bitwise-and.js")]
[InlineData("bitops-nsieve-bits.js")]
#if !DEBUG // should only be ran in release mode when inlining happens
[InlineData("controlflow-recursive.js")]
#endif
[InlineData("crypto-aes.js")]
[InlineData("crypto-md5.js")]
[InlineData("crypto-sha1.js")]
Expand Down

0 comments on commit 8c4a51e

Please sign in to comment.