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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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. | 93 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
94 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS], | 94 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS], |
95 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS], | 95 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS], |
96 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS], | 96 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS], |
97 | 97 |
98 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much. | 98 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much. |
99 'test-api/ApiUncaughtExceptionInObjectObserve': [PASS, NO_VARIANTS], | |
100 'test-api/GetPrototypeAccessControl': [PASS, NO_VARIANTS], | 99 'test-api/GetPrototypeAccessControl': [PASS, NO_VARIANTS], |
101 'test-api/Regress93759': [PASS, NO_VARIANTS], | 100 'test-api/Regress93759': [PASS, NO_VARIANTS], |
102 'test-debug/DebugBreakOnExceptionInObserveCallback': [PASS, NO_VARIANTS], | |
103 'test-object-observe/DeliveryCallbackThrows': [PASS, NO_VARIANTS], | |
104 | 101 |
105 # TODO(titzer): Triggers bug in late control reduction. | 102 # TODO(titzer): Triggers bug in late control reduction. |
106 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP], | 103 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP], |
107 | 104 |
108 # TODO(jochen): Reenable after we removed the CHECK() from the marking queue. | 105 # TODO(jochen): Reenable after we removed the CHECK() from the marking queue. |
109 'test-mark-compact/MarkingDeque': [SKIP], | 106 'test-mark-compact/MarkingDeque': [SKIP], |
110 | 107 |
111 ############################################################################ | 108 ############################################################################ |
112 # Slow tests. | 109 # Slow tests. |
113 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 110 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 'test-api/Float32Array' : [SKIP], | 397 'test-api/Float32Array' : [SKIP], |
401 'test-api/Float64Array' : [SKIP], | 398 'test-api/Float64Array' : [SKIP], |
402 'test-api/Regress2333' : [SKIP], | 399 'test-api/Regress2333' : [SKIP], |
403 'test-alloc/StressHandles' : [SKIP], | 400 'test-alloc/StressHandles' : [SKIP], |
404 'test-alloc/StressJS' : [SKIP], | 401 'test-alloc/StressJS' : [SKIP], |
405 'test-accessors/HandleScopePop' : [SKIP], | 402 'test-accessors/HandleScopePop' : [SKIP], |
406 'test-accessors/Gc' : [SKIP], | 403 'test-accessors/Gc' : [SKIP], |
407 | 404 |
408 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 405 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
409 ] | 406 ] |
OLD | NEW |