| 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   # Slow tests. | 94   # Slow tests. | 
| 95   'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], | 95   'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], | 
| 96   'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 96   'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 
| 97   'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode =
     = debug', SKIP]], | 97   'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode =
     = debug', SKIP]], | 
| 98 }],  # ALWAYS | 98 }],  # ALWAYS | 
| 99 | 99 | 
| 100 ############################################################################## | 100 ############################################################################## | 
| 101 ['arch == arm64', { | 101 ['arch == arm64', { | 
| 102 | 102 | 
|  | 103   'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 
|  | 104 | 
| 103   'test-api/Bug618': [PASS], | 105   'test-api/Bug618': [PASS], | 
| 104 | 106 | 
| 105   # BUG(v8:3385). | 107   # BUG(v8:3385). | 
| 106   'test-serialize/StartupSerializerOnceRunScript': [PASS, FAIL], | 108   'test-serialize/StartupSerializerOnceRunScript': [PASS, FAIL], | 
| 107   'test-serialize/StartupSerializerTwiceRunScript': [PASS, FAIL], | 109   'test-serialize/StartupSerializerTwiceRunScript': [PASS, FAIL], | 
| 108 | 110 | 
| 109   # BUG(v8:3154). | 111   # BUG(v8:3154). | 
| 110   'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 112   'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 
| 111 | 113 | 
| 112   # BUG(v8:3155). | 114   # BUG(v8:3155). | 
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 199   # BUG(v8:5193): Flaky. | 201   # BUG(v8:5193): Flaky. | 
| 200   'test-cpu-profiler/FunctionApplySample': [SKIP], | 202   'test-cpu-profiler/FunctionApplySample': [SKIP], | 
| 201 | 203 | 
| 202   # BUG(5193): Flaky timeout. | 204   # BUG(5193): Flaky timeout. | 
| 203   'test-sampler/LibSamplerCollectSample': [PASS, ['arch == x64', SKIP]], | 205   'test-sampler/LibSamplerCollectSample': [PASS, ['arch == x64', SKIP]], | 
| 204 }],  # 'system == windows' | 206 }],  # 'system == windows' | 
| 205 | 207 | 
| 206 ############################################################################## | 208 ############################################################################## | 
| 207 ['arch == arm', { | 209 ['arch == arm', { | 
| 208 | 210 | 
|  | 211   'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 
|  | 212 | 
| 209   # BUG(355): Test crashes on ARM. | 213   # BUG(355): Test crashes on ARM. | 
| 210   'test-log/ProfLazyMode': [SKIP], | 214   'test-log/ProfLazyMode': [SKIP], | 
| 211 | 215 | 
| 212   # BUG(1075): Unresolved crashes. | 216   # BUG(1075): Unresolved crashes. | 
| 213   'test-serialize/StartupSerializerOnce': [SKIP], | 217   'test-serialize/StartupSerializerOnce': [SKIP], | 
| 214   'test-serialize/StartupSerializerTwice': [SKIP], | 218   'test-serialize/StartupSerializerTwice': [SKIP], | 
| 215   'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 219   'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 
| 216   'test-serialize/StartupSerializerTwiceRunScript': [SKIP], | 220   'test-serialize/StartupSerializerTwiceRunScript': [SKIP], | 
| 217 | 221 | 
| 218   ############################################################################ | 222   ############################################################################ | 
| 219   # Slow tests. | 223   # Slow tests. | 
| 220   'test-api/Threading*': [PASS, SLOW], | 224   'test-api/Threading*': [PASS, SLOW], | 
| 221 }],  # 'arch == arm' | 225 }],  # 'arch == arm' | 
| 222 | 226 | 
| 223 ############################################################################## | 227 ############################################################################## | 
| 224 ['arch == mipsel or arch == mips', { | 228 ['arch == mipsel or arch == mips', { | 
|  | 229   'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 
|  | 230 | 
| 225   # TODO(mips-team): Improve code-size on large RegExp's. | 231   # TODO(mips-team): Improve code-size on large RegExp's. | 
| 226   'test-heap/TestSizeOfRegExpCode':  [SKIP], | 232   'test-heap/TestSizeOfRegExpCode':  [SKIP], | 
| 227 | 233 | 
| 228   # BUG(1075): Unresolved crashes on MIPS also. | 234   # BUG(1075): Unresolved crashes on MIPS also. | 
| 229   'test-serialize/StartupSerializerOnce': [SKIP], | 235   'test-serialize/StartupSerializerOnce': [SKIP], | 
| 230   'test-serialize/StartupSerializerTwice': [SKIP], | 236   'test-serialize/StartupSerializerTwice': [SKIP], | 
| 231   'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 237   'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 
| 232   'test-serialize/StartupSerializerTwiceRunScript': [SKIP], | 238   'test-serialize/StartupSerializerTwiceRunScript': [SKIP], | 
| 233 }],  # 'arch == mipsel or arch == mips' | 239 }],  # 'arch == mipsel or arch == mips' | 
| 234 | 240 | 
| 235 ############################################################################## | 241 ############################################################################## | 
| 236 ['arch == mips', { | 242 ['arch == mips', { | 
| 237   # Too slow with TF. | 243   # Too slow with TF. | 
| 238   'test-api/ExternalArrays': [PASS, NO_VARIANTS], | 244   'test-api/ExternalArrays': [PASS, NO_VARIANTS], | 
| 239 | 245 | 
| 240   # TODO(mips-team): Currently fails on mips board. | 246   # TODO(mips-team): Currently fails on mips board. | 
| 241   'test-parsing/TooManyArguments': [SKIP], | 247   'test-parsing/TooManyArguments': [SKIP], | 
| 242   'test-api/Threading5': [SKIP], | 248   'test-api/Threading5': [SKIP], | 
| 243   'test-api/Threading6': [SKIP], | 249   'test-api/Threading6': [SKIP], | 
| 244 }],  # 'arch == mips' | 250 }],  # 'arch == mips' | 
| 245 | 251 | 
| 246 ############################################################################## | 252 ############################################################################## | 
| 247 ['arch == mips64el or arch == mips64', { | 253 ['arch == mips64el or arch == mips64', { | 
|  | 254   'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 
|  | 255 | 
| 248   # BUG(v8:3154). | 256   # BUG(v8:3154). | 
| 249   'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 257   'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 
| 250 | 258 | 
| 251   # TODO(mips-team): Improve code-size on large RegExp's. | 259   # TODO(mips-team): Improve code-size on large RegExp's. | 
| 252   'test-heap/TestSizeOfRegExpCode':  [SKIP], | 260   'test-heap/TestSizeOfRegExpCode':  [SKIP], | 
| 253 | 261 | 
| 254   # BUG(1075): Unresolved crashes on MIPS also. | 262   # BUG(1075): Unresolved crashes on MIPS also. | 
| 255   'test-serialize/StartupSerializerOnce': [SKIP], | 263   'test-serialize/StartupSerializerOnce': [SKIP], | 
| 256   'test-serialize/StartupSerializerTwice': [SKIP], | 264   'test-serialize/StartupSerializerTwice': [SKIP], | 
| 257   'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 265   'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 355   'test-field-type-tracking/*': [SKIP], | 363   'test-field-type-tracking/*': [SKIP], | 
| 356   'test-parsing/*': [SKIP], | 364   'test-parsing/*': [SKIP], | 
| 357   'test-page-promotion/*': [SKIP], | 365   'test-page-promotion/*': [SKIP], | 
| 358   'test-decls/*': [SKIP], | 366   'test-decls/*': [SKIP], | 
| 359   'test-log/*': [SKIP], | 367   'test-log/*': [SKIP], | 
| 360   'test-gap-resolver/*': [SKIP], | 368   'test-gap-resolver/*': [SKIP], | 
| 361   'test-dtoa/*': [SKIP], | 369   'test-dtoa/*': [SKIP], | 
| 362 }],  # variant == wasm_traps | 370 }],  # variant == wasm_traps | 
| 363 | 371 | 
| 364 ] | 372 ] | 
| OLD | NEW | 
|---|