--- /home/clopez/webkit/webkit/layout-test-results/fast/files/file-constructor-expected.txt
+++ /home/clopez/webkit/webkit/layout-test-results/fast/files/file-constructor-actual.txt
@@ -62,11 +62,11 @@
 PASS (new File([], 'world.html', {type:'text/html'})).type is 'text/html'
 PASS (new File([], 'world.html', {type:'text/html'})).size is 0
 PASS (new File([], 'world.html', {type:'text/plain;charset=UTF-8'})).type is 'text/plain;charset=utf-8'
-PASS (new File([], 'world.html', {lastModified: 441532800000})).lastModified is 441532800000
+FAIL (new File([], 'world.html', {lastModified: 441532800000})).lastModified should be 441532800000. Was -848831488.
 PASS (new File([], 'world.html')).lastModified is equivalent to Date.now().
 PASS (new File([], 'world.html', {})).lastModified is equivalent to Date.now().
 PASS (new File([], 'world.html', {type: 'text/plain'})).lastModified is equivalent to Date.now().
-PASS (new File([], 'world.html', {lastModified: new Date(441532800000)})).lastModified is 441532800000
+FAIL (new File([], 'world.html', {lastModified: new Date(441532800000)})).lastModified should be 441532800000. Was -848831488.
 PASS window.File.length is 2
 PASS new File([new DataView(new ArrayBuffer(100))], 'world.html').size is 100
 PASS new File([new Uint8Array(100)], 'world.html').size is 100
@@ -99,6 +99,7 @@
 PASS new File({length: 0}, 'world.txt').size is 0
 PASS new File({length: 1, 0: 'string'}, 'world.txt').size is 6
 PASS successfullyParsed is true
+Some tests failed.
 
 TEST COMPLETE