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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
94 'test-run-machops/RunLoadImmIndex': [SKIP], | 94 'test-run-machops/RunLoadImmIndex': [SKIP], |
95 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], | 95 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], |
96 | 96 |
97 # Some tests are just too slow to run for now. | 97 # Some tests are just too slow to run for now. |
98 'test-api/Threading*': [PASS, NO_VARIANTS], | 98 'test-api/Threading*': [PASS, NO_VARIANTS], |
99 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], | 99 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], |
100 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 100 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
101 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 101 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
102 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], | 102 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], |
103 | 103 |
104 # Support for lazy deoptimization is missing. | |
105 'test-deoptimization/DeoptimizeCompare': [PASS, NO_VARIANTS], | |
Michael Starzinger
2014/09/01 23:10:46
Nice!
| |
106 | |
107 # Support for breakpoints requires using LoadICs and StoreICs. | 104 # Support for breakpoints requires using LoadICs and StoreICs. |
108 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS], | 105 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS], |
109 'test-debug/BreakPointICLoad': [PASS, NO_VARIANTS], | 106 'test-debug/BreakPointICLoad': [PASS, NO_VARIANTS], |
110 'test-debug/BreakPointICCall': [PASS, NO_VARIANTS], | 107 'test-debug/BreakPointICCall': [PASS, NO_VARIANTS], |
111 'test-debug/BreakPointICCallWithGC': [PASS, NO_VARIANTS], | 108 'test-debug/BreakPointICCallWithGC': [PASS, NO_VARIANTS], |
112 'test-debug/BreakPointConstructCallWithGC': [PASS, NO_VARIANTS], | 109 'test-debug/BreakPointConstructCallWithGC': [PASS, NO_VARIANTS], |
113 'test-debug/BreakPointReturn': [PASS, NO_VARIANTS], | 110 'test-debug/BreakPointReturn': [PASS, NO_VARIANTS], |
114 'test-debug/BreakPointThroughJavaScript': [PASS, NO_VARIANTS], | 111 'test-debug/BreakPointThroughJavaScript': [PASS, NO_VARIANTS], |
115 'test-debug/ScriptBreakPointByNameThroughJavaScript': [PASS, NO_VARIANTS], | 112 'test-debug/ScriptBreakPointByNameThroughJavaScript': [PASS, NO_VARIANTS], |
116 'test-debug/ScriptBreakPointByIdThroughJavaScript': [PASS, NO_VARIANTS], | 113 'test-debug/ScriptBreakPointByIdThroughJavaScript': [PASS, NO_VARIANTS], |
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
450 'test-api/Float32Array' : [SKIP], | 447 'test-api/Float32Array' : [SKIP], |
451 'test-api/Float64Array' : [SKIP], | 448 'test-api/Float64Array' : [SKIP], |
452 'test-api/Regress2333' : [SKIP], | 449 'test-api/Regress2333' : [SKIP], |
453 'test-alloc/StressHandles' : [SKIP], | 450 'test-alloc/StressHandles' : [SKIP], |
454 'test-alloc/StressJS' : [SKIP], | 451 'test-alloc/StressJS' : [SKIP], |
455 'test-accessors/HandleScopePop' : [SKIP], | 452 'test-accessors/HandleScopePop' : [SKIP], |
456 'test-accessors/Gc' : [SKIP], | 453 'test-accessors/Gc' : [SKIP], |
457 | 454 |
458 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 455 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
459 ] | 456 ] |
OLD | NEW |