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

Unified Diff: LayoutTests/inspector/sources/debugger/function-details-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months 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
Index: LayoutTests/inspector/sources/debugger/function-details-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/function-details-expected.txt b/LayoutTests/inspector/sources/debugger/function-details-expected.txt
deleted file mode 100644
index 805f304a373abb56ca2782b28bd79015fcd74028..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/sources/debugger/function-details-expected.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-Tests that Debugger.getFunctionDetails command returns correct location. Bug 71808
-
-
-Running: testGetFirstLineFunctionDetails
-firstLineFunction type = function
-Function details:
-lineNumber: 5
-columnNumber: 36
-scriptId is valid: true
-functionName: firstLineFunction
-isGenerator: false
-scopeChain #0: global; <global object properties omitted>
-
-Running: testGetNonFirstLineFunctionDetails
-notFirstLineFunction type = function
-Function details:
-lineNumber: 10
-columnNumber: 32
-scriptId is valid: true
-functionName: notFirstLineFunction
-isGenerator: false
-scopeChain #0: global; <global object properties omitted>
-
-Running: testGetDetailsOfFunctionWithInferredName
-obj.m type = function
-Function details:
-lineNumber: 16
-columnNumber: 15
-scriptId is valid: true
-functionName: obj.m
-isGenerator: false
-scopeChain #0: global; <global object properties omitted>
-
-Running: testGetDetailsOfFunctionWithDisplayName
-functionWithDisplayName type = function
-Function details:
-lineNumber: 19
-columnNumber: 32
-scriptId is valid: true
-functionName: user-friendly name
-isGenerator: false
-scopeChain #0: global; <global object properties omitted>
-
-Running: testGetDetailsOfFunctionWithDisplayNameGetter
-functionWithDisplayNameGetter type = function
-Function details:
-lineNumber: 22
-columnNumber: 38
-scriptId is valid: true
-functionName: functionWithDisplayNameGetter
-isGenerator: false
-scopeChain #0: global; <global object properties omitted>
-
-Running: testSmallClosure
-smallClosure type = function
-Function details:
-lineNumber: 25
-columnNumber: 49
-scriptId is valid: true
-functionName:
-isGenerator: false
-scopeChain #0: closure; p: "Capybara"
-scopeChain #1: global; <global object properties omitted>
-
-Running: testBigClosure
-bigClosure type = function
-Function details:
-lineNumber: 38
-columnNumber: 27
-scriptId is valid: true
-functionName:
-isGenerator: false
-scopeChain #0: catch; ex: <no string representation>
-scopeChain #1: with; __proto__: <no string representation>,e: 7,f: 5,u: <no value>,v: <no value>
-scopeChain #2: closure; arguments: <no string representation>,o: <no string representation>,p: <no string representation>
-scopeChain #3: global; <global object properties omitted>
-

Powered by Google App Engine
This is Rietveld 408576698