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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 | 93 |
94 # BUG(v8:3154). | 94 # BUG(v8:3154). |
95 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 95 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
96 | 96 |
97 # BUG(v8:3155). | 97 # BUG(v8:3155). |
98 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]], | 98 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]], |
99 | 99 |
100 # BUG(v8:3247). | 100 # BUG(v8:3247). |
101 'test-mark-compact/NoPromotion': [SKIP], | 101 'test-mark-compact/NoPromotion': [SKIP], |
102 | 102 |
103 # BUG(v8:3434) | 103 # BUG(v8:3446). |
| 104 'test-mark-compact/Promotion': [PASS, FAIL], |
| 105 |
| 106 # BUG(v8:3434). |
104 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP] | 107 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP] |
105 }], # 'arch == arm64' | 108 }], # 'arch == arm64' |
106 | 109 |
107 ['arch == arm64 and simulator_run == True', { | 110 ['arch == arm64 and simulator_run == True', { |
108 | 111 |
109 # Pass but take too long with the simulator. | 112 # Pass but take too long with the simulator. |
110 'test-api/ExternalArrays': [PASS, TIMEOUT], | 113 'test-api/ExternalArrays': [PASS, TIMEOUT], |
111 'test-api/Threading1': [SKIP], | 114 'test-api/Threading1': [SKIP], |
112 }], # 'arch == arm64 and simulator_run == True' | 115 }], # 'arch == arm64 and simulator_run == True' |
113 | 116 |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 'test-api/Float32Array' : [SKIP], | 356 'test-api/Float32Array' : [SKIP], |
354 'test-api/Float64Array' : [SKIP], | 357 'test-api/Float64Array' : [SKIP], |
355 'test-api/Regress2333' : [SKIP], | 358 'test-api/Regress2333' : [SKIP], |
356 'test-alloc/StressHandles' : [SKIP], | 359 'test-alloc/StressHandles' : [SKIP], |
357 'test-alloc/StressJS' : [SKIP], | 360 'test-alloc/StressJS' : [SKIP], |
358 'test-accessors/HandleScopePop' : [SKIP], | 361 'test-accessors/HandleScopePop' : [SKIP], |
359 'test-accessors/Gc' : [SKIP], | 362 'test-accessors/Gc' : [SKIP], |
360 | 363 |
361 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 364 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
362 ] | 365 ] |
OLD | NEW |