OLD | NEW |
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 Loading... |
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> |
OLD | NEW |