Skip to content

Commit 8c4a51e

Browse files
authored
Run SunSpiderTests("controlflow-recursive.js") only in release mode (#1025)
1 parent 12f05cb commit 8c4a51e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jint.Tests.CommonScripts/SunSpiderTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ private Engine RunTest(string source)
3939
[InlineData("bitops-bits-in-byte.js")]
4040
[InlineData("bitops-bitwise-and.js")]
4141
[InlineData("bitops-nsieve-bits.js")]
42+
#if !DEBUG // should only be ran in release mode when inlining happens
4243
[InlineData("controlflow-recursive.js")]
44+
#endif
4345
[InlineData("crypto-aes.js")]
4446
[InlineData("crypto-md5.js")]
4547
[InlineData("crypto-sha1.js")]

0 commit comments

Comments
 (0)