Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: test/cctest/cctest.status

Issue 2451853002: Uniform and precise source positions for inlining (Closed)
Patch Set: addressed comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'test-api/Threading2': [PASS, SLOW], 333 'test-api/Threading2': [PASS, SLOW],
334 'test-api/ExternalArrays': [PASS, SLOW], 334 'test-api/ExternalArrays': [PASS, SLOW],
335 335
336 }], # 'arch == ppc64 and simulator_run == True' 336 }], # 'arch == ppc64 and simulator_run == True'
337 337
338 ############################################################################## 338 ##############################################################################
339 ['variant == turbofan', { 339 ['variant == turbofan', {
340 340
341 # TurboFan cpu profiler result is different. 341 # TurboFan cpu profiler result is different.
342 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 342 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
343 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 343 # 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
vogelheim 2016/10/31 17:34:40 Uh? Did you mean to remove these lines?
344 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], 344 # 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
345 345
346 }], # variant == turbofan 346 }], # variant == turbofan
347 347
348 ############################################################################## 348 ##############################################################################
349 ['variant == turbofan_opt', { 349 ['variant == turbofan_opt', {
350 # BUG(5193): Flaky. 350 # BUG(5193): Flaky.
351 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 351 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
352 }], # variant == turbofan_opt 352 }], # variant == turbofan_opt
353 353
354 ############################################################################## 354 ##############################################################################
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'test-heap/CompilationCacheCachingBehavior': [FAIL], 413 'test-heap/CompilationCacheCachingBehavior': [FAIL],
414 414
415 # BUG(4680): Missing type feedback makes optimistic optimizations fail. 415 # BUG(4680): Missing type feedback makes optimistic optimizations fail.
416 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 416 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
417 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 417 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
418 418
419 # BUG(4751). Flaky with Ignition. 419 # BUG(4751). Flaky with Ignition.
420 'test-cpu-profiler/JsNativeJsSample': [SKIP], 420 'test-cpu-profiler/JsNativeJsSample': [SKIP],
421 421
422 # TurboFan cpu profiler result is different. 422 # TurboFan cpu profiler result is different.
423 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 423 # 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
424 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], 424 # 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
425 425
426 # BUG(5193): Flaky. 426 # BUG(5193): Flaky.
427 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 427 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
428 }], # variant == ignition_turbofan 428 }], # variant == ignition_turbofan
429 429
430 ############################################################################## 430 ##############################################################################
431 ['variant != ignition and variant != ignition_staging and variant != ignition_tu rbofan', { 431 ['variant != ignition and variant != ignition_staging and variant != ignition_tu rbofan', {
432 # Ongoing implementation of modules. 432 # Ongoing implementation of modules.
433 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 433 # https://bugs.chromium.org/p/v8/issues/detail?id=1569
434 'test-modules/*': [SKIP], 434 'test-modules/*': [SKIP],
435 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan 435 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan
436 436
437 ############################################################################## 437 ##############################################################################
438 ['variant == asm_wasm', { 438 ['variant == asm_wasm', {
439 '*': [SKIP], 439 '*': [SKIP],
440 }], # variant == asm_wasm 440 }], # variant == asm_wasm
441 441
442 ] 442 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698