| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 # BUG(v8:3155). | 187 # BUG(v8:3155). |
| 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], |
| 198 }], # 'arch == arm64' | 201 }], # 'arch == arm64' |
| 199 | 202 |
| 200 ['arch == arm64 and simulator_run == True', { | 203 ['arch == arm64 and simulator_run == True', { |
| 201 | 204 |
| 202 # Pass but take too long with the simulator. | 205 # Pass but take too long with the simulator. |
| 203 'test-api/ExternalArrays': [PASS, TIMEOUT], | 206 'test-api/ExternalArrays': [PASS, TIMEOUT], |
| 204 'test-api/Threading1': [SKIP], | 207 'test-api/Threading1': [SKIP], |
| 205 }], # 'arch == arm64 and simulator_run == True' | 208 }], # 'arch == arm64 and simulator_run == True' |
| 206 | 209 |
| 207 ['arch == arm64 and mode == debug and simulator_run == True', { | 210 ['arch == arm64 and mode == debug and simulator_run == True', { |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 'test-api/Float32Array' : [SKIP], | 453 'test-api/Float32Array' : [SKIP], |
| 451 'test-api/Float64Array' : [SKIP], | 454 'test-api/Float64Array' : [SKIP], |
| 452 'test-api/Regress2333' : [SKIP], | 455 'test-api/Regress2333' : [SKIP], |
| 453 'test-alloc/StressHandles' : [SKIP], | 456 'test-alloc/StressHandles' : [SKIP], |
| 454 'test-alloc/StressJS' : [SKIP], | 457 'test-alloc/StressJS' : [SKIP], |
| 455 'test-accessors/HandleScopePop' : [SKIP], | 458 'test-accessors/HandleScopePop' : [SKIP], |
| 456 'test-accessors/Gc' : [SKIP], | 459 'test-accessors/Gc' : [SKIP], |
| 457 | 460 |
| 458 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 461 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 459 ] | 462 ] |
| OLD | NEW |