Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: LayoutTests/inspector/console/console-format-es6-expected.txt

Issue 722273002: Fix flaky console-format-es6.html test. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/inspector/console/console-format-es6.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/console-format-es6-expected.txt
diff --git a/LayoutTests/inspector/console/console-format-es6-expected.txt b/LayoutTests/inspector/console/console-format-es6-expected.txt
index 7144f5b684670265a4165e675d7a9397c0f077e2..8e089cccc1df9a17f6088a173ded83f662c9b25a 100644
--- a/LayoutTests/inspector/console/console-format-es6-expected.txt
+++ b/LayoutTests/inspector/console/console-format-es6-expected.txt
@@ -63,11 +63,10 @@ console-format-es6.html:12 [Symbol(a)]
__proto__: Array[0]
globals[2]
Symbol(a)
-console-format-es6.html:11 Object {getter: (...), a: Symbol(), Symbol(): 1, Symbol(a): 2}
+console-format-es6.html:11 Object {getter: (...), a: Symbol(), Symbol(a): 2}
a: Symbol()
getter: (...)
get getter: function getter() {}
- Symbol(): 1
Symbol(a): 2
__proto__: Object
console-format-es6.html:12 [Object]
@@ -75,14 +74,13 @@ console-format-es6.html:12 [Object]
length: 1
__proto__: Array[0]
globals[3]
-Object {getter: (...), a: Symbol(), Symbol(): 1, Symbol(a): 2}
+Object {getter: (...), a: Symbol(), Symbol(a): 2}
a: Symbol()
getter: (...)
get getter: function getter() {}
- Symbol(): 1
Symbol(a): 2
__proto__: Object
-console-format-es6.html:11 Map {Object {getter: (...), a: Symbol(), Symbol(): 1, Symbol(a): 2} => Object {foo: 1}}
+console-format-es6.html:11 Map {Object {getter: (...), a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
size: (...)
__proto__: Map
<entries>
@@ -91,11 +89,11 @@ console-format-es6.html:12 [Map]
length: 1
__proto__: Array[0]
globals[4]
-Map {Object {getter: (...), a: Symbol(), Symbol(): 1, Symbol(a): 2} => Object {foo: 1}}
+Map {Object {getter: (...), a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
size: (...)
__proto__: Map
<entries>
-console-format-es6.html:11 WeakMap {Object {getter: (...), a: Symbol(), Symbol(): 1, Symbol(a): 2} => Object {foo: 1}}
+console-format-es6.html:11 WeakMap {Object {getter: (...), a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
__proto__: WeakMap
<entries>
console-format-es6.html:12 [WeakMap]
@@ -103,10 +101,10 @@ console-format-es6.html:12 [WeakMap]
length: 1
__proto__: Array[0]
globals[5]
-WeakMap {Object {getter: (...), a: Symbol(), Symbol(): 1, Symbol(a): 2} => Object {foo: 1}}
+WeakMap {Object {getter: (...), a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
__proto__: WeakMap
<entries>
-console-format-es6.html:11 Set {Object {getter: (...), a: Symbol(), Symbol(): 1, Symbol(a): 2}}
+console-format-es6.html:11 Set {Object {getter: (...), a: Symbol(), Symbol(a): 2}}
size: (...)
__proto__: Set
<entries>
@@ -115,11 +113,11 @@ console-format-es6.html:12 [Set]
length: 1
__proto__: Array[0]
globals[6]
-Set {Object {getter: (...), a: Symbol(), Symbol(): 1, Symbol(a): 2}}
+Set {Object {getter: (...), a: Symbol(), Symbol(a): 2}}
size: (...)
__proto__: Set
<entries>
-console-format-es6.html:11 WeakSet {Object {getter: (...), a: Symbol(), Symbol(): 1, Symbol(a): 2}}
+console-format-es6.html:11 WeakSet {Object {getter: (...), a: Symbol(), Symbol(a): 2}}
__proto__: WeakSet
<entries>
console-format-es6.html:12 [WeakSet]
@@ -127,7 +125,7 @@ console-format-es6.html:12 [WeakSet]
length: 1
__proto__: Array[0]
globals[7]
-WeakSet {Object {getter: (...), a: Symbol(), Symbol(): 1, Symbol(a): 2}}
+WeakSet {Object {getter: (...), a: Symbol(), Symbol(a): 2}}
__proto__: WeakSet
<entries>
console-format-es6.html:11 Map {Map {} => WeakMap {}}
« no previous file with comments | « LayoutTests/inspector/console/console-format-es6.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698