OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 'test-run-wasm/Run_WasmInt64*': [SKIP], | 277 'test-run-wasm/Run_WasmInt64*': [SKIP], |
278 'test-run-wasm/Run_Wasm_LoadStoreI64_sx': [SKIP], | 278 'test-run-wasm/Run_Wasm_LoadStoreI64_sx': [SKIP], |
279 'test-run-wasm/Run_WASM_Int64DivS_byzero_const': [SKIP], | 279 'test-run-wasm/Run_WASM_Int64DivS_byzero_const': [SKIP], |
280 'test-run-wasm/Run_TestI64WasmRunner': [SKIP], | 280 'test-run-wasm/Run_TestI64WasmRunner': [SKIP], |
281 'test-run-wasm-js/Run_JSSelect_1': [SKIP], | 281 'test-run-wasm-js/Run_JSSelect_1': [SKIP], |
282 'test-run-wasm-js/Run_JSSelect_2': [SKIP], | 282 'test-run-wasm-js/Run_JSSelect_2': [SKIP], |
283 'test-run-wasm-js/Run_JSSelect_3': [SKIP], | 283 'test-run-wasm-js/Run_JSSelect_3': [SKIP], |
284 'test-run-wasm-js/Run_JSSelect_4': [SKIP], | 284 'test-run-wasm-js/Run_JSSelect_4': [SKIP], |
285 'test-run-wasm-js/Run_JSSelect_5': [SKIP], | 285 'test-run-wasm-js/Run_JSSelect_5': [SKIP], |
286 'test-run-wasm-js/Run_JSSelect_6': [SKIP], | 286 'test-run-wasm-js/Run_JSSelect_6': [SKIP], |
| 287 'test-run-wasm-64/Run_WasmI64*': [SKIP], |
287 }], # 'byteorder == big' | 288 }], # 'byteorder == big' |
288 | 289 |
289 ############################################################################## | 290 ############################################################################## |
290 ['arch == arm', { | 291 ['arch == arm', { |
291 | 292 |
292 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 293 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
293 | 294 |
294 # BUG(355): Test crashes on ARM. | 295 # BUG(355): Test crashes on ARM. |
295 'test-log/ProfLazyMode': [SKIP], | 296 'test-log/ProfLazyMode': [SKIP], |
296 | 297 |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 565 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
565 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 566 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
566 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 567 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
567 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 568 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
568 'test-run-inlining/InlineTwice': [FAIL], | 569 'test-run-inlining/InlineTwice': [FAIL], |
569 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], | 570 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], |
570 | 571 |
571 }], # ignition == True | 572 }], # ignition == True |
572 | 573 |
573 ] | 574 ] |
OLD | NEW |