| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 45 # BUG(1354): Bad function name inference | 45 # BUG(1354): Bad function name inference | 
| 46 test-func-name-inference/FactoryHashmapConditional: FAIL | 46 test-func-name-inference/FactoryHashmapConditional: FAIL | 
| 47 test-func-name-inference/FactoryHashmapVariable: FAIL | 47 test-func-name-inference/FactoryHashmapVariable: FAIL | 
| 48 test-func-name-inference/FactoryHashmap: FAIL | 48 test-func-name-inference/FactoryHashmap: FAIL | 
| 49 test-func-name-inference/MultipleAssignments: FAIL | 49 test-func-name-inference/MultipleAssignments: FAIL | 
| 50 test-func-name-inference/PassedAsConstructorParameter: FAIL | 50 test-func-name-inference/PassedAsConstructorParameter: FAIL | 
| 51 | 51 | 
| 52 ############################################################################## | 52 ############################################################################## | 
| 53 [ $arch == arm ] | 53 [ $arch == arm ] | 
| 54 | 54 | 
|  | 55 # BUG(1375): Test crashes on ARM. | 
|  | 56 test-lockers/MultithreadedParallelIsolates: SKIP | 
|  | 57 | 
| 55 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 58 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 
| 56 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 59 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 
| 57 # a long time. | 60 # a long time. | 
| 58 test-api/OutOfMemory: SKIP | 61 test-api/OutOfMemory: SKIP | 
| 59 test-api/OutOfMemoryNested: SKIP | 62 test-api/OutOfMemoryNested: SKIP | 
| 60 | 63 | 
| 61 # BUG(355): Test crashes on ARM. | 64 # BUG(355): Test crashes on ARM. | 
| 62 test-log/ProfLazyMode: SKIP | 65 test-log/ProfLazyMode: SKIP | 
| 63 | 66 | 
| 64 # BUG(945): Socket connect fails on ARM | 67 # BUG(945): Socket connect fails on ARM | 
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 97 test-log-utils: SKIP | 100 test-log-utils: SKIP | 
| 98 test-mark-compact: SKIP | 101 test-mark-compact: SKIP | 
| 99 test-parsing: SKIP | 102 test-parsing: SKIP | 
| 100 test-profile-generator: SKIP | 103 test-profile-generator: SKIP | 
| 101 test-regexp: SKIP | 104 test-regexp: SKIP | 
| 102 test-serialize: SKIP | 105 test-serialize: SKIP | 
| 103 test-sockets: SKIP | 106 test-sockets: SKIP | 
| 104 test-strings: SKIP | 107 test-strings: SKIP | 
| 105 test-threads: SKIP | 108 test-threads: SKIP | 
| 106 test-thread-termination: SKIP | 109 test-thread-termination: SKIP | 
| OLD | NEW | 
|---|