[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

kinuko at chromium.org kinuko at chromium.org
Fri Jan 21 15:07:07 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 01689715f52004db4238a1ac1e9486ca193f4b6d
Author: kinuko at chromium.org <kinuko at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 7 09:49:35 2011 +0000

    2011-01-07  Kinuko Yasuda  <kinuko at chromium.org>
    
            Unreviewed; an attempt to fix chromium bot failures by removing failing test line (they must be failing due to modificationTime accuracy error).
    
            * fast/filesystem/op-get-metadata-expected.txt:
            * fast/filesystem/resources/op-tests-helper.js:
            (runOperationTest.OperationTestHelper.this.testMetadataSuccessCallback):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75236 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 50c1145..8e35f06 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-07  Kinuko Yasuda  <kinuko at chromium.org>
+
+        Unreviewed; an attempt to fix chromium bot failures by removing failing test line (they must be failing due to modificationTime accuracy error).
+
+        * fast/filesystem/op-get-metadata-expected.txt:
+        * fast/filesystem/resources/op-tests-helper.js:
+        (runOperationTest.OperationTestHelper.this.testMetadataSuccessCallback):
+
 2011-01-06  Kinuko Yasuda  <kinuko at chromium.org>
 
         Reviewed by David Levin.
diff --git a/LayoutTests/fast/filesystem/op-get-metadata-expected.txt b/LayoutTests/fast/filesystem/op-get-metadata-expected.txt
index 7393843..b6f30db 100644
--- a/LayoutTests/fast/filesystem/op-get-metadata-expected.txt
+++ b/LayoutTests/fast/filesystem/op-get-metadata-expected.txt
@@ -1,14 +1,11 @@
 * Running: GetMetadata
 PASS Succeeded: "/".getMetadata()
-PASS new Date() is >= this.environment["/.modificationTime"]
 PASS Succeeded: "/".getDirectory("/a")
 PASS Succeeded: "/a".getMetadata()
 PASS this.environment["/a.modificationTime"] is >= this.roundedStartDate
-PASS new Date() is >= this.environment["/a.modificationTime"]
 PASS Succeeded: "/".getFile("/b")
 PASS Succeeded: "/b".getMetadata()
 PASS this.environment["/b.modificationTime"] is >= this.roundedStartDate
-PASS new Date() is >= this.environment["/b.modificationTime"]
 PASS Succeeded: "/tmp".remove()
 PASS this.expectedErrorCode + "" is "1"
 PASS this.environment["/a.modificationTime"] is >= this.environment["/.modificationTime"]
diff --git a/LayoutTests/fast/filesystem/resources/op-tests-helper.js b/LayoutTests/fast/filesystem/resources/op-tests-helper.js
index 8ce210a..9f1d806 100644
--- a/LayoutTests/fast/filesystem/resources/op-tests-helper.js
+++ b/LayoutTests/fast/filesystem/resources/op-tests-helper.js
@@ -217,7 +217,6 @@ function runOperationTest(fileSystem, testCase, successCallback, errorCallback)
                 var entryMetadataString = this.getSymbolString(symbol);
                 if (entry != '/')
                     shouldBeGreaterThanOrEqual.apply(this, [entryMetadataString, 'this.roundedStartDate']);
-                shouldBeGreaterThanOrEqual.apply(this, ['new Date()', entryMetadataString]);
                 this.runNextTest();
             } else
                 testFailed('Unexpectedly succeeded while ' + this.stage);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list