| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 'test-api/ExternalFloat64Array': [SKIP], | 144 'test-api/ExternalFloat64Array': [SKIP], |
| 145 'test-api/ExternalFloatArray': [SKIP], | 145 'test-api/ExternalFloatArray': [SKIP], |
| 146 'test-api/Float32Array': [SKIP], | 146 'test-api/Float32Array': [SKIP], |
| 147 'test-api/Float64Array': [SKIP], | 147 'test-api/Float64Array': [SKIP], |
| 148 }], # 'arch == arm64 and mode == debug and simulator_run == True' | 148 }], # 'arch == arm64 and mode == debug and simulator_run == True' |
| 149 | 149 |
| 150 ############################################################################## | 150 ############################################################################## |
| 151 ['asan == True', { | 151 ['asan == True', { |
| 152 # Skip tests not suitable for ASAN. | 152 # Skip tests not suitable for ASAN. |
| 153 'test-assembler-x64/AssemblerX64XchglOperations': [SKIP], | 153 'test-assembler-x64/AssemblerX64XchglOperations': [SKIP], |
| 154 |
| 155 # BUG(v8:5243). |
| 156 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], |
| 157 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], |
| 158 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP], |
| 159 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
| 154 }], # 'asan == True' | 160 }], # 'asan == True' |
| 155 | 161 |
| 156 ############################################################################## | 162 ############################################################################## |
| 157 ['msan == True', { | 163 ['msan == True', { |
| 158 # ICU upstream issues. | 164 # ICU upstream issues. |
| 159 'test-strings/CountBreakIterator': [SKIP], | 165 'test-strings/CountBreakIterator': [SKIP], |
| 160 | 166 |
| 161 # Slow tests. | 167 # Slow tests. |
| 162 'test-api/Threading1': [PASS, SLOW], | 168 'test-api/Threading1': [PASS, SLOW], |
| 163 'test-api/Threading2': [PASS, SLOW], | 169 'test-api/Threading2': [PASS, SLOW], |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 | 512 |
| 507 # TurboFan cpu profiler result is different. | 513 # TurboFan cpu profiler result is different. |
| 508 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], | 514 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], |
| 509 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], | 515 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], |
| 510 | 516 |
| 511 # BUG(5193): Flaky. | 517 # BUG(5193): Flaky. |
| 512 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 518 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
| 513 }], # variant == ignition_turbofan | 519 }], # variant == ignition_turbofan |
| 514 | 520 |
| 515 ] | 521 ] |
| OLD | NEW |