verify.py (13139:78d9cd67bbdf) verify.py (13148:db08868ca25d)
1#!/usr/bin/env python2
2#
3# Copyright 2018 Google, Inc.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions are
7# met: redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer;

--- 211 unchanged lines hidden (view full) ---

220 r'^SystemC Simulation\n',
221 r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: ' +
222 r'You can turn off(.*\n){7}',
223 r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: \n' +
224 r' sc_clock\(const char(.*\n){3}',
225 warning_filt(540),
226 warning_filt(569),
227 warning_filt(571),
1#!/usr/bin/env python2
2#
3# Copyright 2018 Google, Inc.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions are
7# met: redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer;

--- 211 unchanged lines hidden (view full) ---

220 r'^SystemC Simulation\n',
221 r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: ' +
222 r'You can turn off(.*\n){7}',
223 r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: \n' +
224 r' sc_clock\(const char(.*\n){3}',
225 warning_filt(540),
226 warning_filt(569),
227 warning_filt(571),
228 error_filt(525),
228 error_filt(541),
229 error_filt(542),
230 error_filt(543),
231 info_filt(804),
232 in_file_filt,
233 )
234 test_filt = merge_filts(
235 r'^Global frequency set at \d* ticks per second\n',

--- 321 unchanged lines hidden ---
229 error_filt(541),
230 error_filt(542),
231 error_filt(543),
232 info_filt(804),
233 in_file_filt,
234 )
235 test_filt = merge_filts(
236 r'^Global frequency set at \d* ticks per second\n',

--- 321 unchanged lines hidden ---