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

Unified Diff: tools/testing/architecture.py

Issue 8999030: frog isolate fixes: minor changes to the isolate library + architecture.py (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 9 years 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 | « tests/isolate/isolate.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/architecture.py
diff --git a/tools/testing/architecture.py b/tools/testing/architecture.py
index d5676020baa2d3c6c80dc88d8cc15b9b5dfef923..93a18d8ffdc758eb44bb87dc7ebc378d91e28369 100755
--- a/tools/testing/architecture.py
+++ b/tools/testing/architecture.py
@@ -29,7 +29,6 @@ HTML_CONTENTS = """
<body>
<h1> Running %(title)s </h1>
<script type="text/javascript" src="%(controller_script)s"></script>
- <script type="%(script_type)s" src="%(source_script)s"></script>
<script type="text/javascript">
// If nobody intercepts the error, finish the test.
onerror = function() { window.layoutTestController.notifyDone() };
@@ -51,6 +50,7 @@ HTML_CONTENTS = """
}, 50);
};
</script>
+ <script type="%(script_type)s" src="%(source_script)s"></script>
Siggi Cherem (dart-lang) 2011/12/22 00:24:02 this move was useful because isolates derive the w
</body>
</html>
"""
« no previous file with comments | « tests/isolate/isolate.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698