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

Side by Side Diff: tests/inbrowser_test_runner/test_runner.html

Issue 3975001: Dynamic code modification support for x64 NaCl modules... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/inbrowser_test_runner/nacl.scons ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2010 The Native Client Authors. All rights reserved. 2 Copyright 2010 The Native Client Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can 3 Use of this source code is governed by a BSD-style license that can
4 be found in the LICENSE file. 4 be found in the LICENSE file.
5 --> 5 -->
6 6
7 <div id="scratch_space"></div> 7 <div id="scratch_space"></div>
8 8
9 <div id="results"> 9 <div id="results">
10 Javascript has failed to load. 10 Javascript has failed to load.
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 selenium_status = 'FAILED'; 104 selenium_status = 'FAILED';
105 } 105 }
106 } 106 }
107 } 107 }
108 function addTest(url) { 108 function addTest(url) {
109 test_count++; 109 test_count++;
110 runTest(url, onCompletion); 110 runTest(url, onCompletion);
111 } 111 }
112 112
113 addTest('dynamic_load_test.nexe'); 113 addTest('dynamic_load_test.nexe');
114 addTest('dynamic_modify_test.nexe');
114 addTest('imc_shm_mmap_test.nexe'); 115 addTest('imc_shm_mmap_test.nexe');
115 } 116 }
116 117
117 window.onload = runAllTests; 118 window.onload = runAllTests;
118 119
119 </script> 120 </script>
OLDNEW
« no previous file with comments | « tests/inbrowser_test_runner/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698