| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 | 83 |
| 84 # Some tests are just too slow to run for now. | 84 # Some tests are just too slow to run for now. |
| 85 'test-api/Threading*': [PASS, NO_VARIANTS], | 85 'test-api/Threading*': [PASS, NO_VARIANTS], |
| 86 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 86 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
| 87 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 87 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
| 88 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 88 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
| 89 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], | 89 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], |
| 90 # BUG(3742). | 90 # BUG(3742). |
| 91 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 91 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
| 92 | 92 |
| 93 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
| 94 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS], |
| 95 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS], |
| 96 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS], |
| 97 |
| 93 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much. | 98 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much. |
| 94 'test-api/ApiUncaughtExceptionInObjectObserve': [PASS, NO_VARIANTS], | 99 'test-api/ApiUncaughtExceptionInObjectObserve': [PASS, NO_VARIANTS], |
| 95 'test-api/GetPrototypeAccessControl': [PASS, NO_VARIANTS], | 100 'test-api/GetPrototypeAccessControl': [PASS, NO_VARIANTS], |
| 96 'test-api/Regress93759': [PASS, NO_VARIANTS], | 101 'test-api/Regress93759': [PASS, NO_VARIANTS], |
| 97 'test-debug/DebugBreakOnExceptionInObserveCallback': [PASS, NO_VARIANTS], | 102 'test-debug/DebugBreakOnExceptionInObserveCallback': [PASS, NO_VARIANTS], |
| 98 'test-object-observe/DeliveryCallbackThrows': [PASS, NO_VARIANTS], | 103 'test-object-observe/DeliveryCallbackThrows': [PASS, NO_VARIANTS], |
| 99 'test-js-typed-lowering/JSToNumberOfNumberOrOtherPrimitive': [PASS, NO_VARIANT
S], | 104 'test-js-typed-lowering/JSToNumberOfNumberOrOtherPrimitive': [PASS, NO_VARIANT
S], |
| 100 | 105 |
| 101 # TODO(titzer): Triggers bug in late control reduction. | 106 # TODO(titzer): Triggers bug in late control reduction. |
| 102 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP], | 107 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP], |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 'test-api/Float32Array' : [SKIP], | 408 'test-api/Float32Array' : [SKIP], |
| 404 'test-api/Float64Array' : [SKIP], | 409 'test-api/Float64Array' : [SKIP], |
| 405 'test-api/Regress2333' : [SKIP], | 410 'test-api/Regress2333' : [SKIP], |
| 406 'test-alloc/StressHandles' : [SKIP], | 411 'test-alloc/StressHandles' : [SKIP], |
| 407 'test-alloc/StressJS' : [SKIP], | 412 'test-alloc/StressJS' : [SKIP], |
| 408 'test-accessors/HandleScopePop' : [SKIP], | 413 'test-accessors/HandleScopePop' : [SKIP], |
| 409 'test-accessors/Gc' : [SKIP], | 414 'test-accessors/Gc' : [SKIP], |
| 410 | 415 |
| 411 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 416 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 412 ] | 417 ] |
| OLD | NEW |