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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 # This tests API threading, no point in running several variants. | 70 # This tests API threading, no point in running several variants. |
71 # They are also slow in debug mode. | 71 # They are also slow in debug mode. |
72 'test-api/Threading*': [PASS, NO_VARIANTS, ['mode == debug', SLOW]], | 72 'test-api/Threading*': [PASS, NO_VARIANTS, ['mode == debug', SLOW]], |
73 | 73 |
74 # BUG(2999). The cpu profiler tests are notoriously flaky. | 74 # BUG(2999). The cpu profiler tests are notoriously flaky. |
75 'test-cpu-profiler/CpuProfileDeepStack': [SKIP], | 75 'test-cpu-profiler/CpuProfileDeepStack': [SKIP], |
76 'test-cpu-profiler/CollectCpuProfile': [SKIP], | 76 'test-cpu-profiler/CollectCpuProfile': [SKIP], |
77 'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP], | 77 'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP], |
78 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP], | 78 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP], |
79 | 79 |
80 # BUG(v8:4358). Hangs flakily. | |
81 'test-debug/ProcessDebugMessagesThreaded': [SKIP], | |
82 | |
83 # BUG(2340). Preprocessing stack traces is disabled at the moment. | 80 # BUG(2340). Preprocessing stack traces is disabled at the moment. |
84 'test-heap/PreprocessStackTrace': [FAIL], | 81 'test-heap/PreprocessStackTrace': [FAIL], |
85 | 82 |
86 # BUG(4333). Function name inferrer does not work for ES6 clases. | 83 # BUG(4333). Function name inferrer does not work for ES6 clases. |
87 'test-func-name-inference/UpperCaseClass': [FAIL], | 84 'test-func-name-inference/UpperCaseClass': [FAIL], |
88 'test-func-name-inference/LowerCaseClass': [FAIL], | 85 'test-func-name-inference/LowerCaseClass': [FAIL], |
89 | 86 |
90 # BUG(3742). | 87 # BUG(3742). |
91 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 88 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
92 | 89 |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 'test-field-type-tracking/*': [SKIP], | 392 'test-field-type-tracking/*': [SKIP], |
396 'test-parsing/*': [SKIP], | 393 'test-parsing/*': [SKIP], |
397 'test-page-promotion/*': [SKIP], | 394 'test-page-promotion/*': [SKIP], |
398 'test-decls/*': [SKIP], | 395 'test-decls/*': [SKIP], |
399 'test-log/*': [SKIP], | 396 'test-log/*': [SKIP], |
400 'test-gap-resolver/*': [SKIP], | 397 'test-gap-resolver/*': [SKIP], |
401 'test-dtoa/*': [SKIP], | 398 'test-dtoa/*': [SKIP], |
402 }], # variant == wasm_traps | 399 }], # variant == wasm_traps |
403 | 400 |
404 ] | 401 ] |
OLD | NEW |