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

Unified Diff: LayoutTests/fast/profiler/many-calls-in-the-same-scope-expected.txt

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/fast/profiler/many-calls-in-the-same-scope-expected.txt
diff --git a/LayoutTests/fast/profiler/many-calls-in-the-same-scope-expected.txt b/LayoutTests/fast/profiler/many-calls-in-the-same-scope-expected.txt
deleted file mode 100644
index d66e054ef6fa8b76c86478edeeaf41ae7bc7c51d..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/profiler/many-calls-in-the-same-scope-expected.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-This page's JavaScript has many function calls in the same scope.
-
-To run this test manually, load it in the browser then load the WebInspector and look at the profile. In the profile many functions should be the children of startTest. Use the sorting capabilites to make sure the similarly named functions are sorted correctly.
-
-Profile title: Many Calls In The Same Scope
-Thread_1 (no file) (line 0)
- startTest many-calls-in-the-same-scope.html (line 11)
- insertNewText profiler-test-JS-resources.js (line 17)
- createElement (no file) (line 0)
- createTextNode (no file) (line 0)
- appendChild (no file) (line 0)
- getElementById (no file) (line 0)
- insertGivenText profiler-test-JS-resources.js (line 9)
- createElement (no file) (line 0)
- createTextNode (no file) (line 0)
- appendChild (no file) (line 0)
- getElementById (no file) (line 0)
- arrayOperatorFunction profiler-test-JS-resources.js (line 25)
- intermediaryFunction profiler-test-JS-resources.js (line 33)
- anonymousFunction profiler-test-JS-resources.js (line 29)
- insertNewText profiler-test-JS-resources.js (line 17)
- createElement (no file) (line 0)
- createTextNode (no file) (line 0)
- appendChild (no file) (line 0)
- getElementById (no file) (line 0)
- anonymousFunction profiler-test-JS-resources.js (line 29)
- insertNewText profiler-test-JS-resources.js (line 17)
- createElement (no file) (line 0)
- createTextNode (no file) (line 0)
- appendChild (no file) (line 0)
- getElementById (no file) (line 0)
- end many-calls-in-the-same-scope.html (line 27)
- endT many-calls-in-the-same-scope.html (line 32)
- endTest profiler-test-JS-resources.js (line 1)
-
-

Powered by Google App Engine
This is Rietveld 408576698