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

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

Issue 6965006: Update mips infrastructure files. (Closed) Base URL: http://github.com/v8/v8.git@bleeding_edge
Patch Set: Fix additional style issues. Created 9 years, 7 months 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 test-alloc: SKIP 85 test-alloc: SKIP
86 test-api: SKIP 86 test-api: SKIP
87 test-compiler: SKIP 87 test-compiler: SKIP
88 test-cpu-profiler: SKIP 88 test-cpu-profiler: SKIP
89 test-debug: SKIP 89 test-debug: SKIP
90 test-decls: SKIP 90 test-decls: SKIP
91 test-deoptimization: SKIP 91 test-deoptimization: SKIP
92 test-func-name-inference: SKIP 92 test-func-name-inference: SKIP
93 test-heap: SKIP 93 test-heap: SKIP
94 test-heap-profiler: SKIP 94 test-heap-profiler: SKIP
95 test-lockers: SKIP
95 test-log: SKIP 96 test-log: SKIP
96 test-log-utils: SKIP 97 test-log-utils: SKIP
97 test-mark-compact: SKIP 98 test-mark-compact: SKIP
98 test-parsing: SKIP 99 test-parsing: SKIP
99 test-profile-generator: SKIP 100 test-profile-generator: SKIP
100 test-regexp: SKIP 101 test-regexp: SKIP
101 test-serialize: SKIP 102 test-serialize: SKIP
102 test-sockets: SKIP 103 test-sockets: SKIP
103 test-strings: SKIP 104 test-strings: SKIP
104 test-threads: SKIP 105 test-threads: SKIP
105 test-thread-termination: SKIP 106 test-thread-termination: SKIP
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698