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

Side by Side Diff: SConstruct

Issue 8825007: Native Client side changes for debugging support: stdout/err -> postmessage. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/shared/platform/nacl_log.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! -*- python -*- 1 #! -*- python -*-
2 # Copyright (c) 2011 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2011 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 import atexit 6 import atexit
7 import glob 7 import glob
8 import os 8 import os
9 import platform 9 import platform
10 import shutil 10 import shutil
(...skipping 3199 matching lines...) Expand 10 before | Expand all | Expand 10 after
3210 'tests/mmap/nacl.scons', 3210 'tests/mmap/nacl.scons',
3211 'tests/nacl_log/nacl.scons', 3211 'tests/nacl_log/nacl.scons',
3212 'tests/nameservice/nacl.scons', 3212 'tests/nameservice/nacl.scons',
3213 'tests/nanosleep/nacl.scons', 3213 'tests/nanosleep/nacl.scons',
3214 'tests/native_worker/nacl.scons', 3214 'tests/native_worker/nacl.scons',
3215 'tests/noop/nacl.scons', 3215 'tests/noop/nacl.scons',
3216 'tests/nrd_xfer/nacl.scons', 3216 'tests/nrd_xfer/nacl.scons',
3217 'tests/nthread_nice/nacl.scons', 3217 'tests/nthread_nice/nacl.scons',
3218 'tests/null/nacl.scons', 3218 'tests/null/nacl.scons',
3219 'tests/nullptr/nacl.scons', 3219 'tests/nullptr/nacl.scons',
3220 'tests/postmessage_redir/nacl.scons',
3220 'tests/pnacl_abi/nacl.scons', 3221 'tests/pnacl_abi/nacl.scons',
3221 'tests/pnacl_client_translator/nacl.scons', 3222 'tests/pnacl_client_translator/nacl.scons',
3222 'tests/redir/nacl.scons', 3223 'tests/redir/nacl.scons',
3223 'tests/rodata_not_writable/nacl.scons', 3224 'tests/rodata_not_writable/nacl.scons',
3224 'tests/signal_handler/nacl.scons', 3225 'tests/signal_handler/nacl.scons',
3225 'tests/sbrk/nacl.scons', 3226 'tests/sbrk/nacl.scons',
3226 'tests/srpc/nacl.scons', 3227 'tests/srpc/nacl.scons',
3227 'tests/srpc_hw/nacl.scons', 3228 'tests/srpc_hw/nacl.scons',
3228 'tests/srpc_message/nacl.scons', 3229 'tests/srpc_message/nacl.scons',
3229 'tests/stack_alignment/nacl.scons', 3230 'tests/stack_alignment/nacl.scons',
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
3777 nacl_env.ValidateSdk() 3778 nacl_env.ValidateSdk()
3778 3779
3779 if BROKEN_TEST_COUNT > 0: 3780 if BROKEN_TEST_COUNT > 0:
3780 msg = "There are %d broken tests." % BROKEN_TEST_COUNT 3781 msg = "There are %d broken tests." % BROKEN_TEST_COUNT
3781 if GetOption('brief_comstr'): 3782 if GetOption('brief_comstr'):
3782 msg += " Add --verbose to the command line for more information." 3783 msg += " Add --verbose to the command line for more information."
3783 print msg 3784 print msg
3784 3785
3785 # separate warnings from actual build output 3786 # separate warnings from actual build output
3786 Banner('B U I L D - O U T P U T:') 3787 Banner('B U I L D - O U T P U T:')
OLDNEW
« no previous file with comments | « no previous file | src/shared/platform/nacl_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698