<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>120677</bug_id>
          
          <creation_ts>2013-09-04 04:27:36 -0700</creation_ts>
          <short_desc>REGRESSION (r155008): fast/storage/serialized-script-value.html is failing</short_desc>
          <delta_ts>2013-09-04 14:56:31 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>79666</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Ádám Kallai">kadam</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abrhm</cc>
    
    <cc>ggaren</cc>
    
    <cc>oliver</cc>
    
    <cc>ossy</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>zan</cc>
    
    <cc>zarvai</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>924358</commentid>
    <comment_count>0</comment_count>
    <who name="Ádám Kallai">kadam</who>
    <bug_when>2013-09-04 04:27:36 -0700</bug_when>
    <thetext>it looks like the EFl, GTK and Qt results are same. 
Could you check what happened to it?

Diff is here:

--- /home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/layout-test-results/fast/storage/serialized-script-value-expected.txt
+++ /home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/layout-test-results/fast/storage/serialized-script-value-actual.txt
@@ -6,6 +6,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize {&quot;foo&quot;:&quot;zoo&quot;,&quot;bar&quot;:{&quot;baz&quot;:&quot;myNewKey&quot;}}:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x02, 0x03, 0x00, 0x00, 0x00, 0x66, 0x00, 0x6f, 0x00, 0x6f, 0x00, 0x10, 0x03, 0x00, 0x00, 0x00, 0x7a, 0x00, 0x6f, 0x00, 0x6f, 0x00, 0x03, 0x00, 0x00, 0x00, 0x62, 0x00, 0x61, 0x00, 0x72, 0x00, 0x02, 0x03, 0x00, 0x00, 0x00, 0x62, 0x00, 0x61, 0x00, 0x7a, 0x00, 0x10, 0x08, 0x00, 0x00, 0x00, 0x6d, 0x00, 0x79, 0x00, 0x4e, 0x00, 0x65, 0x00, 0x77, 0x00, 0x4b, 0x00, 0x65, 0x00, 0x79, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to {&quot;foo&quot;:&quot;zoo&quot;,&quot;bar&quot;:&quot;myNewKey&quot;}:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -14,6 +16,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize {&quot;foo&quot;:&quot;zoo&quot;,&quot;bar&quot;:&quot;myNewKey&quot;}:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x02, 0x03, 0x00, 0x00, 0x00, 0x66, 0x00, 0x6f, 0x00, 0x6f, 0x00, 0x10, 0x03, 0x00, 0x00, 0x00, 0x7a, 0x00, 0x6f, 0x00, 0x6f, 0x00, 0x03, 0x00, 0x00, 0x00, 0x62, 0x00, 0x61, 0x00, 0x72, 0x00, 0x10, 0x08, 0x00, 0x00, 0x00, 0x6d, 0x00, 0x79, 0x00, 0x4e, 0x00, 0x65, 0x00, 0x77, 0x00, 0x4b, 0x00, 0x65, 0x00, 0x79, 0x00, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to []:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -22,6 +26,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize []:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to {&quot;foo&quot;:&quot;zoo&quot;}:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -30,6 +36,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize {&quot;foo&quot;:&quot;zoo&quot;}:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x02, 0x03, 0x00, 0x00, 0x00, 0x66, 0x00, 0x6f, 0x00, 0x6f, 0x00, 0x10, 0x03, 0x00, 0x00, 0x00, 0x7a, 0x00, 0x6f, 0x00, 0x6f, 0x00, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to {&quot;foo&quot;:null}:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -38,6 +46,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize {&quot;foo&quot;:null}:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x02, 0x03, 0x00, 0x00, 0x00, 0x66, 0x00, 0x6f, 0x00, 0x6f, 0x00, 0x04, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to {}:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -46,6 +56,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize {}:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x02, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to undefined:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -54,6 +66,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize undefined:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x03]
 
 Deserialize to true:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -62,6 +76,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize true:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x09]
 
 Deserialize to false:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -70,6 +86,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize false:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x08]
 
 Deserialize to [null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null]:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -78,6 +96,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize [null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null]:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x01, 0x64, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to 10:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -86,6 +106,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize 10:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x05, 0x0a, 0x00, 0x00, 0x00]
 
 Deserialize to -10:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -94,6 +116,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize -10:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x05, 0xf6, 0xff, 0xff, 0xff]
 
 Deserialize to 1073741824:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -102,6 +126,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize 1073741824:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x40]
 
 Deserialize to 36028797018963970:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -110,6 +136,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize 36028797018963970:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x43]
 
 Deserialize to 1.23:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -118,6 +146,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize 1.23:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x0a, 0xae, 0x47, 0xe1, 0x7a, 0x14, 0xae, 0xf3, 0x3f]
 
 Deserialize to &quot;&quot;:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -126,6 +156,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize &quot;&quot;:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x11]
 
 Deserialize to &quot;abc&quot;:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -134,6 +166,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize &quot;abc&quot;:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x10, 0x03, 0x00, 0x00, 0x00, 0x61, 0x00, 0x62, 0x00, 0x63, 0x00]
 
 Deserialize to {&quot;integer&quot;:123}:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -142,6 +176,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize {&quot;integer&quot;:123}:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x02, 0x07, 0x00, 0x00, 0x00, 0x69, 0x00, 0x6e, 0x00, 0x74, 0x00, 0x65, 0x00, 0x67, 0x00, 0x65, 0x00, 0x72, 0x00, 0x05, 0x7b, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to {&quot;string&quot;:&quot;str&quot;}:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -150,6 +186,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize {&quot;string&quot;:&quot;str&quot;}:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x02, 0x06, 0x00, 0x00, 0x00, 0x73, 0x00, 0x74, 0x00, 0x72, 0x00, 0x69, 0x00, 0x6e, 0x00, 0x67, 0x00, 0x10, 0x03, 0x00, 0x00, 0x00, 0x73, 0x00, 0x74, 0x00, 0x72, 0x00, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to {&quot;list&quot;:[1,2,3]}:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -158,6 +196,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize {&quot;list&quot;:[1,2,3]}:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x02, 0x04, 0x00, 0x00, 0x00, 0x6c, 0x00, 0x69, 0x00, 0x73, 0x00, 0x74, 0x00, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x01, 0x00, 0x00, 0x00, 0x05, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x05, 0x03, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to null:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -166,6 +206,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize null:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x04]
 
 Deserialize to {}:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -174,6 +216,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize {}:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x12, 0x03, 0x00, 0x00, 0x00, 0x61, 0x00, 0x62, 0x00, 0x63, 0x00, 0x00, 0x00, 0x00, 0x00]
 
 Deserialize to {&quot;inner&quot;:{&quot;hello&quot;:&quot;there&quot;},&quot;outer&quot;:{&quot;hello&quot;:&quot;there&quot;}}:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -182,6 +226,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize {&quot;inner&quot;:{&quot;hello&quot;:&quot;there&quot;},&quot;outer&quot;:{&quot;hello&quot;:&quot;there&quot;}}:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x02, 0x05, 0x00, 0x00, 0x00, 0x69, 0x00, 0x6e, 0x00, 0x6e, 0x00, 0x65, 0x00, 0x72, 0x00, 0x02, 0x05, 0x00, 0x00, 0x00, 0x68, 0x00, 0x65, 0x00, 0x6c, 0x00, 0x6c, 0x00, 0x6f, 0x00, 0x10, 0x05, 0x00, 0x00, 0x00, 0x74, 0x00, 0x68, 0x00, 0x65, 0x00, 0x72, 0x00, 0x65, 0x00, 0xff, 0xff, 0xff, 0xff, 0x05, 0x00, 0x00, 0x00, 0x6f, 0x00, 0x75, 0x00, 0x74, 0x00, 0x65, 0x00, 0x72, 0x00, 0x13, 0x01, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to {&quot;hello&quot;:&quot;there&quot;}:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -190,6 +236,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize {&quot;hello&quot;:&quot;there&quot;}:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x02, 0x05, 0x00, 0x00, 0x00, 0x68, 0x00, 0x65, 0x00, 0x6c, 0x00, 0x6c, 0x00, 0x6f, 0x00, 0x10, 0x05, 0x00, 0x00, 0x00, 0x74, 0x00, 0x68, 0x00, 0x65, 0x00, 0x72, 0x00, 0x65, 0x00, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to {&quot;a&quot;:&quot;a&quot;,&quot;u&quot;:&quot;ÎąÎ˛&quot;,&quot;d&quot;:42}:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -198,6 +246,8 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize {&quot;a&quot;:&quot;a&quot;,&quot;u&quot;:&quot;ÎąÎ˛&quot;,&quot;d&quot;:42}:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x00, 0x61, 0x00, 0x10, 0xfe, 0xff, 0xff, 0xff, 0x00, 0x01, 0x00, 0x00, 0x00, 0x75, 0x00, 0x10, 0x02, 0x00, 0x00, 0x00, 0xb1, 0x03, 0xb2, 0x03, 0x01, 0x00, 0x00, 0x00, 0x64, 0x00, 0x05, 0x2a, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to {&quot;a&quot;:&quot;ab&quot;,&quot;u&quot;:&quot;ÎąÎ˛&quot;,&quot;d&quot;:42}:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
@@ -206,18 +256,24 @@
 PASS areValuesIdentical(newObj, obj) is true
 Serialize {&quot;a&quot;:&quot;ab&quot;,&quot;u&quot;:&quot;ÎąÎ˛&quot;,&quot;d&quot;:42}:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x00, 0x61, 0x00, 0x10, 0x02, 0x00, 0x00, 0x00, 0x61, 0x00, 0x62, 0x00, 0x01, 0x00, 0x00, 0x00, 0x75, 0x00, 0x10, 0x02, 0x00, 0x00, 0x00, 0xb1, 0x03, 0xb2, 0x03, 0x01, 0x00, 0x00, 0x00, 0x64, 0x00, 0x05, 0x2a, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to []:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
 PASS areValuesIdentical(newObj, obj) is true
 Serialize []:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0xfd, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x61, 0x00, 0x09, 0x01, 0x00, 0x00, 0x00, 0x62, 0x00, 0x08, 0x03, 0x00, 0x00, 0x00, 0x66, 0x00, 0x6f, 0x00, 0x6f, 0x00, 0x05, 0x7b, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x62, 0x00, 0x61, 0x00, 0x72, 0x00, 0x05, 0xc8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0xff, 0xff, 0xff, 0xff]
 
 Deserialize to [&quot;foo&quot;,&quot;bar&quot;]:
 PASS JSON.stringify(newObj) is JSON.stringify(obj)
 PASS areValuesIdentical(newObj, obj) is true
 Serialize [&quot;foo&quot;,&quot;bar&quot;]:
 PASS bufferView.length is expectedBufferValues.length
+FAIL ArrayBufferViews differ at index 0. Should be 4. Was 5
+Actual buffer: [0x05, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x03, 0x00, 0x00, 0x00, 0x66, 0x00, 0x6f, 0x00, 0x6f, 0x00, 0x01, 0x00, 0x00, 0x00, 0x10, 0x03, 0x00, 0x00, 0x00, 0x62, 0x00, 0x61, 0x00, 0x72, 0x00, 0xfd, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x61, 0x00, 0x09, 0x01, 0x00, 0x00, 0x00, 0x62, 0x00, 0x08, 0xfe, 0xff, 0xff, 0xff, 0x00, 0x05, 0x7b, 0x00, 0x00, 0x00, 0xfe, 0xff, 0xff, 0xff, 0x01, 0x05, 0xc8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0xff, 0xff, 0xff, 0xff]
 
 Serialize undefined:
 PASS thrownException.code is expectedException</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>924363</commentid>
    <comment_count>1</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2013-09-04 05:25:46 -0700</bug_when>
    <thetext>Fails on Mac as well.
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Fstorage%2Fserialized-script-value.html%2Cfast%2Fdom%2FWindow%2Fwindow-postmessage-clone.html

The serialization version was bumped from 4 to 5, so the expected serialization output has to be updated.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>924541</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2013-09-04 11:47:32 -0700</bug_when>
    <thetext>It&apos;s also failing on Mac, affecting EWS: https://webkit-queues.appspot.com/results/1691597

Oliver, could you please take a look ASAP?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>924623</commentid>
    <comment_count>3</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-09-04 14:56:31 -0700</bug_when>
    <thetext>Oliver&apos;s fix landed in http://trac.webkit.org/changeset/155061</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>