| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]], | 188 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]], |
| 189 | 189 |
| 190 # BUG(v8:3247). | 190 # BUG(v8:3247). |
| 191 'test-mark-compact/NoPromotion': [SKIP], | 191 'test-mark-compact/NoPromotion': [SKIP], |
| 192 | 192 |
| 193 # BUG(v8:3446). | 193 # BUG(v8:3446). |
| 194 'test-mark-compact/Promotion': [PASS, FAIL], | 194 'test-mark-compact/Promotion': [PASS, FAIL], |
| 195 | 195 |
| 196 # BUG(v8:3434). | 196 # BUG(v8:3434). |
| 197 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], | 197 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], |
| 198 | |
| 199 # TODO(rodolph): Please investigate. | |
| 200 'test-run-machops/RunTruncateFloat64ToInt32P': [SKIP], | |
| 201 }], # 'arch == arm64' | 198 }], # 'arch == arm64' |
| 202 | 199 |
| 203 ['arch == arm64 and simulator_run == True', { | 200 ['arch == arm64 and simulator_run == True', { |
| 204 | 201 |
| 205 # Pass but take too long with the simulator. | 202 # Pass but take too long with the simulator. |
| 206 'test-api/ExternalArrays': [PASS, TIMEOUT], | 203 'test-api/ExternalArrays': [PASS, TIMEOUT], |
| 207 'test-api/Threading1': [SKIP], | 204 'test-api/Threading1': [SKIP], |
| 208 }], # 'arch == arm64 and simulator_run == True' | 205 }], # 'arch == arm64 and simulator_run == True' |
| 209 | 206 |
| 210 ['arch == arm64 and mode == debug and simulator_run == True', { | 207 ['arch == arm64 and mode == debug and simulator_run == True', { |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 'test-api/Float32Array' : [SKIP], | 450 'test-api/Float32Array' : [SKIP], |
| 454 'test-api/Float64Array' : [SKIP], | 451 'test-api/Float64Array' : [SKIP], |
| 455 'test-api/Regress2333' : [SKIP], | 452 'test-api/Regress2333' : [SKIP], |
| 456 'test-alloc/StressHandles' : [SKIP], | 453 'test-alloc/StressHandles' : [SKIP], |
| 457 'test-alloc/StressJS' : [SKIP], | 454 'test-alloc/StressJS' : [SKIP], |
| 458 'test-accessors/HandleScopePop' : [SKIP], | 455 'test-accessors/HandleScopePop' : [SKIP], |
| 459 'test-accessors/Gc' : [SKIP], | 456 'test-accessors/Gc' : [SKIP], |
| 460 | 457 |
| 461 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 458 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 462 ] | 459 ] |
| OLD | NEW |