|
|
@@ -48,6 +48,22 @@
|
|
|
<tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
</default>
|
|
|
</test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>bind.js</files>
|
|
|
+ <compile-flags>-TTRecord=~bindTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>bindRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~bindTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>bindReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
<test>
|
|
|
<default>
|
|
|
<files>boolean.js</files>
|
|
|
@@ -95,6 +111,22 @@
|
|
|
<baseline>boxedObjectReplay.baseline</baseline>
|
|
|
<tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
</default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>constructor.js</files>
|
|
|
+ <compile-flags>-TTRecord=~constructorTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>constructorRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~constructorTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>constructorReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
</test>
|
|
|
<test>
|
|
|
<default>
|
|
|
@@ -120,6 +152,22 @@
|
|
|
<tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
</default>
|
|
|
</test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>deleteArray.js</files>
|
|
|
+ <compile-flags>-TTRecord=~deleteArrayTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>deleteArrayRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~deleteArrayTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>deleteArrayReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
<test>
|
|
|
<default>
|
|
|
<files>es5Array.js</files>
|
|
|
@@ -170,17 +218,49 @@
|
|
|
</test>
|
|
|
<test>
|
|
|
<default>
|
|
|
- <files>forEach.js</files>
|
|
|
- <compile-flags>-TTRecord=~forEachTest -TTSnapInterval=0</compile-flags>
|
|
|
- <baseline>forEachRecord.baseline</baseline>
|
|
|
+ <files>extensible.js</files>
|
|
|
+ <compile-flags>-TTRecord=~extensibleTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>extensibleRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~extensibleTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>extensibleReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>forInShadowing.js</files>
|
|
|
+ <compile-flags>-TTRecord=~forInShadowingTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>forInShadowingRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~forInShadowingTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>forInShadowingReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>freeze.js</files>
|
|
|
+ <compile-flags>-TTRecord=~freezeTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>freezeRecord.baseline</baseline>
|
|
|
<tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
</default>
|
|
|
</test>
|
|
|
<test>
|
|
|
<default>
|
|
|
<files>ttdSentinal.js</files>
|
|
|
- <compile-flags>-TTDebug=~forEachTest -TTDStartEvent=2</compile-flags>
|
|
|
- <baseline>forEachReplay.baseline</baseline>
|
|
|
+ <compile-flags>-TTDebug=~freezeTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>freezeReplay.baseline</baseline>
|
|
|
<tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
</default>
|
|
|
</test>
|
|
|
@@ -200,6 +280,22 @@
|
|
|
<tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
</default>
|
|
|
</test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>largeAuxArray.js</files>
|
|
|
+ <compile-flags>-TTRecord=~largeAuxArrayTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>largeAuxArrayRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~largeAuxArrayTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>largeAuxArrayReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
<test>
|
|
|
<default>
|
|
|
<files>loadReEntrant.js</files>
|
|
|
@@ -240,6 +336,22 @@
|
|
|
<tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
</default>
|
|
|
</test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>missingArray.js</files>
|
|
|
+ <compile-flags>-TTRecord=~missingArrayTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>missingArrayRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~missingArrayTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>missingArrayReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
<test>
|
|
|
<default>
|
|
|
<files>nativeArray.js</files>
|
|
|
@@ -256,6 +368,22 @@
|
|
|
<tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
</default>
|
|
|
</test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>newFromArgs.js</files>
|
|
|
+ <compile-flags>-TTRecord=~newFromArgsTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>newFromArgsRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~newFromArgsTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>newFromArgsReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
<test>
|
|
|
<default>
|
|
|
<files>newFunction.js</files>
|
|
|
@@ -288,6 +416,22 @@
|
|
|
<tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
</default>
|
|
|
</test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>numericPropertyIsEnumerable.js</files>
|
|
|
+ <compile-flags>-TTRecord=~numericPropertyIsEnumerableTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>numericPropertyIsEnumerableRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~numericPropertyIsEnumerableTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>numericPropertyIsEnumerableReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
<test>
|
|
|
<default>
|
|
|
<files>object.js</files>
|
|
|
@@ -304,6 +448,22 @@
|
|
|
<tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
</default>
|
|
|
</test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>popArrayImplicitCall.js</files>
|
|
|
+ <compile-flags>-TTRecord=~popArrayImplicitCallTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>popArrayImplicitCallRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~popArrayImplicitCallTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>popArrayImplicitCallReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
<test>
|
|
|
<default>
|
|
|
<files>promise.js</files>
|
|
|
@@ -384,6 +544,38 @@
|
|
|
<tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
</default>
|
|
|
</test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>seal.js</files>
|
|
|
+ <compile-flags>-TTRecord=~sealTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>sealRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~sealTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>sealReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>scopedAccessors.js</files>
|
|
|
+ <compile-flags>-TTRecord=~scopedAccessorsTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>scopedAccessorsRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~scopedAccessorsTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>scopedAccessorsReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
<test>
|
|
|
<default>
|
|
|
<files>scopeFunction.js</files>
|
|
|
@@ -416,6 +608,38 @@
|
|
|
<tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
</default>
|
|
|
</test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>shadowPrototype.js</files>
|
|
|
+ <compile-flags>-TTRecord=~shadowPrototypeTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>shadowPrototypeRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~shadowPrototypeTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>shadowPrototypeReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>sparseArray.js</files>
|
|
|
+ <compile-flags>-TTRecord=~sparseArrayTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>sparseArrayRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~sparseArrayTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>sparseArrayReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
<test>
|
|
|
<default>
|
|
|
<files>string.js</files>
|
|
|
@@ -456,6 +680,22 @@
|
|
|
<tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
</default>
|
|
|
</test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>typeConversions.js</files>
|
|
|
+ <compile-flags>-TTRecord=~typeConversionTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>typeConversionsRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~typeConversionTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>typeConversionsReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
<test>
|
|
|
<default>
|
|
|
<files>typedArray.js</files>
|
|
|
@@ -472,4 +712,20 @@
|
|
|
<tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
</default>
|
|
|
</test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>typePromotion.js</files>
|
|
|
+ <compile-flags>-TTRecord=~typePromotionTest -TTSnapInterval=0</compile-flags>
|
|
|
+ <baseline>typePromotionRecord.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
+ <test>
|
|
|
+ <default>
|
|
|
+ <files>ttdSentinal.js</files>
|
|
|
+ <compile-flags>-TTDebug=~typePromotionTest -TTDStartEvent=2</compile-flags>
|
|
|
+ <baseline>typePromotionReplay.baseline</baseline>
|
|
|
+ <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
|
|
|
+ </default>
|
|
|
+ </test>
|
|
|
</regress-exe>
|