verify.py (13183:fb400e21c46f) verify.py (13191:a2254693aa5b)
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;

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

228 ref_filt = merge_filts(
229 r'^\nInfo: /OSCI/SystemC: Simulation stopped by user.\n',
230 r'^SystemC Simulation\n',
231 r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: ' +
232 r'You can turn off(.*\n){7}',
233 r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: \n' +
234 r' sc_clock\(const char(.*\n){3}',
235 warning_filt(540),
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;

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

228 ref_filt = merge_filts(
229 r'^\nInfo: /OSCI/SystemC: Simulation stopped by user.\n',
230 r'^SystemC Simulation\n',
231 r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: ' +
232 r'You can turn off(.*\n){7}',
233 r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: \n' +
234 r' sc_clock\(const char(.*\n){3}',
235 warning_filt(540),
236 warning_filt(569),
237 warning_filt(571),
238 info_filt(804),
239 in_file_filt,
240 )
241 test_filt = merge_filts(
242 r'^Global frequency set at \d* ticks per second\n',
243 r'^info: Entering event queue @ \d*\. Starting simulation\.\.\.\n',
244 r'warn: [^(]+\([^)]*\)( \[with [^]]*\])? not implemented\.\n',

--- 325 unchanged lines hidden ---
236 warning_filt(571),
237 info_filt(804),
238 in_file_filt,
239 )
240 test_filt = merge_filts(
241 r'^Global frequency set at \d* ticks per second\n',
242 r'^info: Entering event queue @ \d*\. Starting simulation\.\.\.\n',
243 r'warn: [^(]+\([^)]*\)( \[with [^]]*\])? not implemented\.\n',

--- 325 unchanged lines hidden ---