Browse Source

Adding some previously ignored tests

Sebastien Ros 11 years ago
parent
commit
c8b6fb7e3b
1 changed files with 6 additions and 6 deletions
  1. 6 6
      Jint.Tests.Ecma/Ecma/15.5.4.14.cs

+ 6 - 6
Jint.Tests.Ecma/Ecma/15.5.4.14.cs

@@ -74,7 +74,7 @@ namespace Jint.Tests.Ecma
 			RunTest(@"TestCases/ch15/15.5/15.5.4/15.5.4.14/S15.5.4.14_A1_T16.js", false);
         }
 
-        [Fact(Skip = "Cannot be be executed because of the difference of precision in number")]
+        [Fact]
         [Trait("Category", "15.5.4.14")]
         public void StringPrototypeSplitSeparatorLimitICanBeTransferredToOtherKindsOfObjectsForUseAsAMethodSeparatorAndLimitCanBeAnyKindsOfObjectSinceIiIfSeparatorIsNotRegexpTostringSeparatorPerformsAndIiiTointegerLimitPerforms9()
         {
@@ -290,8 +290,8 @@ namespace Jint.Tests.Ecma
         {
 			RunTest(@"TestCases/ch15/15.5/15.5.4/15.5.4.14/S15.5.4.14_A2_T28.js", false);
         }
-        
-        [Fact(Skip = "Cannot be be executed because of the difference of precision in number")]
+
+        [Fact]
         [Trait("Category", "15.5.4.14")]
         public void StringPrototypeSplitSeparatorLimitReturnsAnArrayObjectIntoWhichSubstringsOfTheResultOfConvertingThisObjectToAStringHaveBeenStoredTheSubstringsAreDeterminedBySearchingFromLeftToRightForOccurrencesOfSeparatorTheseOccurrencesAreNotPartOfAnySubstringInTheReturnedArrayButServeToDivideUpTheStringValueTheValueOfSeparatorMayBeAStringOfAnyLengthOrItMayBeARegexpObject22()
         {
@@ -326,21 +326,21 @@ namespace Jint.Tests.Ecma
 			RunTest(@"TestCases/ch15/15.5/15.5.4/15.5.4.14/S15.5.4.14_A2_T32.js", false);
         }
 
-        [Fact(Skip = "Cannot be be executed because of the difference of precision in number")]
+        [Fact]
         [Trait("Category", "15.5.4.14")]
         public void StringPrototypeSplitSeparatorLimitReturnsAnArrayObjectIntoWhichSubstringsOfTheResultOfConvertingThisObjectToAStringHaveBeenStoredTheSubstringsAreDeterminedBySearchingFromLeftToRightForOccurrencesOfSeparatorTheseOccurrencesAreNotPartOfAnySubstringInTheReturnedArrayButServeToDivideUpTheStringValueTheValueOfSeparatorMayBeAStringOfAnyLengthOrItMayBeARegexpObject27()
         {
 			RunTest(@"TestCases/ch15/15.5/15.5.4/15.5.4.14/S15.5.4.14_A2_T33.js", false);
         }
 
-        [Fact(Skip = "Cannot be be executed because of the difference of precision in number")]
+        [Fact]
         [Trait("Category", "15.5.4.14")]
         public void StringPrototypeSplitSeparatorLimitReturnsAnArrayObjectIntoWhichSubstringsOfTheResultOfConvertingThisObjectToAStringHaveBeenStoredTheSubstringsAreDeterminedBySearchingFromLeftToRightForOccurrencesOfSeparatorTheseOccurrencesAreNotPartOfAnySubstringInTheReturnedArrayButServeToDivideUpTheStringValueTheValueOfSeparatorMayBeAStringOfAnyLengthOrItMayBeARegexpObject28()
         {
 			RunTest(@"TestCases/ch15/15.5/15.5.4/15.5.4.14/S15.5.4.14_A2_T34.js", false);
         }
 
-        [Fact(Skip = "Cannot be be executed because of the difference of precision in number")]
+        [Fact]
         [Trait("Category", "15.5.4.14")]
         public void StringPrototypeSplitSeparatorLimitReturnsAnArrayObjectIntoWhichSubstringsOfTheResultOfConvertingThisObjectToAStringHaveBeenStoredTheSubstringsAreDeterminedBySearchingFromLeftToRightForOccurrencesOfSeparatorTheseOccurrencesAreNotPartOfAnySubstringInTheReturnedArrayButServeToDivideUpTheStringValueTheValueOfSeparatorMayBeAStringOfAnyLengthOrItMayBeARegexpObject29()
         {